Home
last modified time | relevance | path

Searched defs:writeURL (Results 1 – 14 of 14) 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.cpp120 void ClipboardWx::writeURL(const KURL& url, const String& string, Frame* frame) in writeURL() function in WebCore::ClipboardWx
/external/webkit/WebCore/platform/haiku/
DPasteboardHaiku.cpp102 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) in writeURL() function in WebCore::Pasteboard
DClipboardHaiku.cpp180 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*) in writeURL() function in WebCore::ClipboardHaiku
/external/webkit/WebCore/platform/android/
DClipboardAndroid.cpp97 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*) in writeURL() function in WebCore::ClipboardAndroid
DTemporaryLinkStubs.cpp178 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.cpp274 void ClipboardQt::writeURL(const KURL& url, const String& title, Frame* frame) in writeURL() function in WebCore::ClipboardQt
/external/webkit/WebCore/platform/chromium/
DPasteboardChromium.cpp88 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() function in WebCore::Pasteboard
DClipboardChromium.cpp314 void ClipboardChromium::writeURL(const KURL& url, const String& title, Frame*) in writeURL() function in WebCore::ClipboardChromium
/external/webkit/WebCore/platform/gtk/
DClipboardGtk.cpp118 void ClipboardGtk::writeURL(const KURL&, const String&, Frame*) in writeURL() function in WebCore::ClipboardGtk
DPasteboardGtk.cpp118 void Pasteboard::writeURL(const KURL& url, const String&, Frame* frame) in writeURL() function in WebCore::Pasteboard
/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.cpp423 static bool writeURL(WCDataObject *data, const KURL& url, String title, bool withPlainText, bool wi… in writeURL() function
712 void ClipboardWin::writeURL(const KURL& kurl, const String& titleStr, Frame*) in writeURL() function in WebCore::ClipboardWin