HomeSort by relevance Sort by last modified time
    Searched refs:writeURL (Results 1 - 25 of 49) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/android/
ClipboardAndroid.h 58 virtual void writeURL(const KURL&, const String&, Frame*);
ClipboardAndroid.cpp 102 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*)
TemporaryLinkStubs.cpp 124 void Pasteboard::writeURL(const KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/brew/
ClipboardBrew.h 56 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardBrew.cpp 65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
ClipboardBrew.cpp 104 void ClipboardBrew::writeURL(const KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/wx/
ClipboardWx.cpp 125 void ClipboardWx::writeURL(const KURL& url, const String& string, Frame* frame)
127 Pasteboard::generalPasteboard()->writeURL(url, string, frame);
ClipboardWx.h 60 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardWx.cpp 100 void Pasteboard::writeURL(const KURL& url, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/efl/
ClipboardEfl.h 53 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardEfl.cpp 59 void Pasteboard::writeURL(const KURL&, const String&, Frame*)
ClipboardEfl.cpp 130 void ClipboardEfl::writeURL(const KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.h 62 virtual void writeURL(const KURL&, const String&, Frame*);
  /external/webkit/Source/WebKit/chromium/public/
WebClipboard.h 73 virtual void writeURL(
  /external/webkit/Source/WebCore/platform/
Pasteboard.h 90 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/chromium/webkit/glue/
webclipboard_impl.h 35 virtual void writeURL(
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.h 77 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardChromium.cpp 108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.h 71 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardGtk.cpp 83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame)
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.h 75 virtual void writeURL(const KURL&, const String&, Frame* frame);
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.h 68 virtual void writeURL(const KURL&, const String&, Frame*);
  /libcore/luni/src/main/java/java/sql/
SQLOutput.java 292 public void writeURL(URL theURL) throws SQLException;
  /external/webkit/Source/WebCore/dom/
Clipboard.h 81 virtual void writeURL(const KURL&, const String&, Frame*) = 0;
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.h 75 virtual void writeURL(const KURL&, const String&, Frame*);

Completed in 318 milliseconds

1 2