Searched refs:writeURL (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPasteboardBlackBerry.cpp79 void Pasteboard::writeURL(KURL const& url, String const&, Frame*) function in class:WebCore::Pasteboard
82 BlackBerry::Platform::Clipboard::writeURL(url.string());
157 BlackBerry::Platform::Clipboard::writeURL(text);
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DClipboardIOS.h66 virtual void writeURL(const KURL&, const String&, Frame*) OVERRIDE;
H A DClipboardIOS.mm271 void ClipboardIOS::writeURL(const KURL&, const String&, Frame*)
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPasteboardEfl.cpp53 void Pasteboard::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClipboard.h106 LEGACY_VIRTUAL void writeURL(const KURL&, const String&, Frame*) LEGACY_PURE;
H A DClipboard.cpp465 void Clipboard::writeURL(const KURL& url, const String& title, Frame* frame) function in class:WebCore::Clipboard
469 // The pasteboard writeURL function should not take a frame argument, nor does this function need a frame.
470 m_pasteboard->writeURL(url, title, frame);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp350 static bool writeURL(WCDataObject *data, const KURL& url, String title, bool withPlainText, bool withHTML) function in namespace:WebCore
402 return WebCore::writeURL(m_writableDataObject.get(), KURL(KURL(), data), String(), false, true);
652 WebCore::writeURL(m_writableDataObject.get(), kurl, titleStr, true, true);
691 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
1055 WebCore::writeURL(m_writableDataObject.get(), url, title, true, false);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPasteboard.h136 void writeURL(const KURL&, const String&, Frame* = 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DPasteboardWinCE.cpp169 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPasteboardGtk.cpp186 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPasteboardQt.cpp198 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp838 clipboard->writeURL(linkURL, hitTestResult.textContent().simplifyWhiteSpace(), src);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPasteboardMac.mm286 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp1150 Pasteboard::generalPasteboard()->writeURL(url, title, m_frame);

Completed in 210 milliseconds