Home
last modified time | relevance | path

Searched defs:writeURL (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/wx/
DPasteboardWx.cpp93 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) in writeURL() function in WebCore::Pasteboard
DClipboardWx.cpp112 void ClipboardWx::writeURL(const KURL& url, const String& string, Frame* frame) in writeURL() function in WebCore::ClipboardWx
/external/webkit/WebCore/platform/android/
DClipboardAndroid.cpp91 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*) in writeURL() function in WebCore::ClipboardAndroid
DTemporaryLinkStubs.cpp446 void Pasteboard::writeURL(const KURL&, const String&, Frame*) in writeURL() function in Pasteboard
/external/webkit/WebCore/platform/qt/
DPasteboardQt.cpp122 void Pasteboard::writeURL(const KURL& _url, const String&, Frame*) in writeURL() function in WebCore::Pasteboard
DClipboardQt.cpp265 void ClipboardQt::writeURL(const KURL& url, const String&, Frame* frame) in writeURL() function in WebCore::ClipboardQt
/external/webkit/WebCore/platform/gtk/
DClipboardGtk.cpp111 void ClipboardGtk::writeURL(const KURL&, const String&, Frame*) in writeURL() function in WebCore::ClipboardGtk
DPasteboardGtk.cpp121 void Pasteboard::writeURL(const KURL& url, const String&, Frame* frame) in writeURL() function in WebCore::Pasteboard
/external/webkit/WebCore/platform/chromium/
DPasteboardChromium.cpp85 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() function in WebCore::Pasteboard
DClipboardChromium.cpp305 void ClipboardChromium::writeURL(const KURL& url, const String& title, Frame*) in writeURL() function in WebCore::ClipboardChromium
/external/webkit/WebCore/platform/win/
DPasteboardWin.cpp148 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() function in WebCore::Pasteboard
DClipboardWin.cpp421 static bool writeURL(WCDataObject *data, const KURL& url, String title, bool withPlainText, bool wi… in writeURL() function
701 void ClipboardWin::writeURL(const KURL& kurl, const String& titleStr, Frame*) in writeURL() function in WebCore::ClipboardWin