Searched defs:writeURL (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
H A DClipboardAndroid.cpp102 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardAndroid
H A DTemporaryLinkStubs.cpp124 void Pasteboard::writeURL(const KURL&, const String&, Frame*) function in class:Pasteboard
/external/webkit/Source/WebCore/platform/brew/
H A DClipboardBrew.cpp104 void ClipboardBrew::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardBrew
H A DPasteboardBrew.cpp65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/efl/
H A DPasteboardEfl.cpp59 void Pasteboard::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::Pasteboard
H A DClipboardEfl.cpp130 void ClipboardEfl::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardEfl
/external/webkit/Source/WebCore/platform/wx/
H A DPasteboardWx.cpp100 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) function in class:WebCore::Pasteboard
H A DClipboardWx.cpp125 void ClipboardWx::writeURL(const KURL& url, const String& string, Frame* frame) function in class:WebCore::ClipboardWx
127 Pasteboard::generalPasteboard()->writeURL(url, string, frame);
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.cc160 void WebClipboardImpl::writeURL(const WebURL& url, const WebString& title) { function in class:webkit_glue::WebClipboardImpl
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
H A DClipboardChromium.cpp292 void ClipboardChromium::writeURL(const KURL& url, const String& title, Frame*) function in class:WebCore::ClipboardChromium
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardGtk.cpp83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame) function in class:WebCore::Pasteboard
H A DClipboardGtk.cpp301 void ClipboardGtk::writeURL(const KURL& url, const String& label, Frame*) function in class:WebCore::ClipboardGtk
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.cpp185 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardHaiku
H A DPasteboardHaiku.cpp194 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/qt/
H A DPasteboardQt.cpp140 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) function in class:WebCore::Pasteboard
H A DClipboardQt.cpp277 // WebCore::writeURL(m_writableDataObject.get(), url, title, true, false);
309 void ClipboardQt::writeURL(const KURL& url, const String& title, Frame* frame) function in class:WebCore::ClipboardQt
/external/webkit/Source/WebKit/chromium/public/
H A DWebClipboard.h73 virtual void writeURL( function in class:WebKit::WebClipboard
/external/webkit/Source/WebCore/platform/win/
H A DPasteboardWin.cpp169 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
H A DClipboardWin.cpp377 static bool writeURL(WCDataObject *data, const KURL& url, String title, bool withPlainText, bool withHTML) function in namespace:WebCore
484 return WebCore::writeURL(m_writableDataObject.get(), KURL(ParsedURLString, data), String(), false, true);
693 WebCore::writeURL(m_writableDataObject.get(), url, title, true, false);
715 void ClipboardWin::writeURL(const KURL& kurl, const String& titleStr, Frame*) function in class:WebCore::ClipboardWin
719 WebCore::writeURL(m_writableDataObject.get(), kurl, titleStr, true, true);
/external/webkit/Source/WebCore/platform/wince/
H A DPasteboardWinCE.cpp161 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard

Completed in 224 milliseconds