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

12

/external/webkit/Source/WebCore/platform/wx/
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);
H A DClipboardWx.h60 virtual void writeURL(const KURL&, const String&, Frame*);
H A DPasteboardWx.cpp100 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/android/
H A DClipboardAndroid.h58 virtual void writeURL(const KURL&, const String&, Frame*);
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.h56 virtual void writeURL(const KURL&, const String&, Frame*);
H A DPasteboardBrew.cpp65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
H A DClipboardBrew.cpp104 void ClipboardBrew::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardBrew
/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
H A DClipboardEfl.h53 virtual void writeURL(const KURL&, const String&, Frame*);
/external/webkit/Source/WebCore/platform/
H A DPasteboard.h90 static void writeURL(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame);
99 void writeURL(const KURL&, const String&, Frame* = 0);
/external/webkit/Source/WebCore/platform/chromium/
H A DClipboardChromium.h77 virtual void writeURL(const KURL&, const String&, Frame*);
H A DPasteboardChromium.cpp108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.h62 virtual void writeURL(const KURL&, const String&, Frame*);
H A DClipboardHaiku.cpp185 void ClipboardHaiku::writeURL(const KURL&, const String&, Frame*) function in class:WebCore::ClipboardHaiku
/external/webkit/Source/WebCore/platform/qt/
H A DClipboardQt.h68 virtual void writeURL(const KURL&, const String&, Frame*);
/external/webkit/Source/WebKit/chromium/public/
H A DWebClipboard.h73 virtual void writeURL( function in class:WebKit::WebClipboard
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.h35 virtual void writeURL(
/external/webkit/Source/WebCore/dom/
H A DClipboard.h81 virtual void writeURL(const KURL&, const String&, Frame*) = 0;
/external/webkit/Source/WebCore/platform/gtk/
H A DClipboardGtk.h71 virtual void writeURL(const KURL&, const String&, Frame*);
H A DPasteboardGtk.cpp83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame) function in class:WebCore::Pasteboard
/external/webkit/Source/WebCore/platform/mac/
H A DClipboardMac.h75 virtual void writeURL(const KURL&, const String&, Frame* frame);
/external/webkit/Source/WebCore/platform/win/
H A DClipboardWin.h75 virtual void writeURL(const KURL&, const String&, Frame*);

Completed in 2027 milliseconds

12