HomeSort by relevance Sort by last modified time
    Searched full:kurl (Results 226 - 250 of 794) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/
ScheduledAction.h 50 explicit ScheduledAction(v8::Handle<v8::Context> context, const WTF::String& code, const KURL& url = KURL())
  /external/webkit/Source/WebCore/css/
StyleBase.h 32 class KURL;
47 KURL baseURL() const;
  /external/webkit/Source/WebCore/dom/
DOMImplementation.h 38 class KURL;
60 static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, const KURL&, bool inViewSourceMode);
DocumentType.cpp 39 KURL DocumentType::baseURI() const
41 return KURL();
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h 37 #include "KURL.h"
99 KURL m_urlForReading;
  /external/webkit/Source/WebCore/html/
HTMLDocument.h 38 static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url)
83 HTMLDocument(Frame*, const KURL&);
HTMLImageElement.h 65 KURL src() const;
95 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
HTMLScriptElement.h 39 KURL src() const;
55 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
HTMLViewSourceDocument.h 38 static PassRefPtr<HTMLViewSourceDocument> create(Frame* frame, const KURL& url, const String& mimeType)
46 HTMLViewSourceDocument(Frame*, const KURL&, const String& mimeType);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h 41 class KURL;
72 void checkOrigin(const KURL&);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 45 static PassRefPtr<ApplicationCacheResource> create(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer = SharedBuffer::create(), const String& path = String())
67 ApplicationCacheResource(const KURL&, const ResourceResponse&, unsigned type, PassRefPtr<SharedBuffer>, const String& path);
  /external/webkit/Source/WebCore/page/
Location.h 40 class KURL;
81 const KURL& url() const;
  /external/webkit/Source/WebCore/platform/
AsyncFileStream.h 42 class KURL;
53 virtual void write(const KURL& blobURL, long long position, int length) = 0;
DragImage.h 66 class KURL;
99 DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
  /external/webkit/Source/WebCore/platform/android/
ClipboardAndroid.cpp 98 void ClipboardAndroid::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
102 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*)
ClipboardAndroid.h 57 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
58 virtual void writeURL(const KURL&, const String&, Frame*);
  /external/webkit/Source/WebCore/platform/brew/
ClipboardBrew.cpp 100 void ClipboardBrew::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
104 void ClipboardBrew::writeURL(const KURL&, const String&, Frame*)
ClipboardBrew.h 55 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
56 virtual void writeURL(const KURL&, const String&, Frame*);
PasteboardBrew.cpp 65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame)
70 void Pasteboard::writeImage(Node* node, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/efl/
ClipboardEfl.cpp 125 void ClipboardEfl::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
130 void ClipboardEfl::writeURL(const KURL&, const String&, Frame*)
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.h 69 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
71 virtual void writeURL(const KURL&, const String&, Frame*);
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.h 61 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*);
62 virtual void writeURL(const KURL&, const String&, Frame*);
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.h 72 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*);
75 virtual void writeURL(const KURL&, const String&, Frame* frame);
SSLKeyGeneratorMac.cpp 29 #include "KURL.h"
44 String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String& challengeString, const KURL& url)
  /external/webkit/Source/WebCore/platform/network/
ProxyServer.h 34 class KURL;
71 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*);

Completed in 1375 milliseconds

1 2 3 4 5 6 7 8 91011>>