HomeSort by relevance Sort by last modified time
    Searched full:kurl (Results 376 - 400 of 798) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/network/win/
ResourceResponse.h 38 ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename)
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 42 #include "KURL.h"
273 void ClipboardQt::declareAndWriteDragImage(Element* element, const KURL& url, const String& title, Frame* frame)
292 KURL fullURL = frame->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(imageURL));
309 void ClipboardQt::writeURL(const KURL& url, const String& title, Frame* frame)
  /external/webkit/Source/WebCore/svg/
SVGCursorElement.h 59 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
SVGFEImageElement.h 58 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
SVGImageElement.h 62 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
  /external/webkit/Source/WebCore/wml/
WMLImageLoader.cpp 52 return KURL(element()->baseURI(), stripLeadingAndTrailingHTMLSpaces(attr));
  /external/webkit/Source/WebCore/xml/
XSLImportRule.h 77 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp 39 void ContextMenuClientAndroid::downloadURL(const KURL& url) { notImplemented(); }
ContextMenuClientAndroid.h 40 virtual void downloadURL(const KURL& url);
DragClientAndroid.cpp 42 void* DragClientAndroid::createDragImageForLink(KURL&, String const&, Frame*) { return NULL; }
DragClientAndroid.h 44 virtual DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 101 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
155 bool ApplicationCacheHost::maybeLoadResource(ResourceLoader*, ResourceRequest& request, const KURL&)
157 // FIXME: look into the purpose of the unused KURL& originalURL parameter
228 return CacheInfo(KURL(), 0, 0, 0);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 49 virtual void downloadURL(const WebCore::KURL& url);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 43 virtual void downloadURL(const KURL& url);
  /external/webkit/Source/WebKit/mac/Misc/
WebUserContentURLPattern.mm 27 #import <WebCore/KURL.h>
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 42 virtual void downloadURL(const WebCore::KURL&);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 43 virtual void downloadURL(const KURL& url);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.h 42 virtual void downloadURL(const WebCore::KURL&);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.cpp 55 void ContextMenuClientWinCE::downloadURL(const KURL& url)
ContextMenuClientWinCE.h 43 virtual void downloadURL(const WebCore::KURL&);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 56 void ContextMenuClientWx::downloadURL(const KURL&)
ContextMenuClientWx.h 45 virtual void downloadURL(const KURL&);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 30 #include <WebCore/KURL.h>
58 WebCore::KURL url;
105 virtual void streamDidReceiveResponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength,
118 virtual void manualStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 52 virtual void downloadURL(const WebCore::KURL& url);
  /external/webkit/Source/WebCore/css/
CSSImportRule.cpp 57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet)
125 absHref = KURL(parentSheet->finalURL(), m_strHref).string();
167 void CSSImportRule::addSubresourceStyleURLs(ListHashSet<KURL>& urls)

Completed in 332 milliseconds

<<11121314151617181920>>