Home
last modified time | relevance | path

Searched defs:KURL (Results 1 – 25 of 149) sorted by relevance

123456

/external/webkit/Source/WebCore/loader/cache/
DCachedResourceClient.h39 class KURL; variable
63 …virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /… in setCSSStyleSheet()
64 …virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /… in setXSLStyleSheet()
/external/webkit/Source/WebCore/fileapi/
DThreadableBlobRegistry.cpp117 void ThreadableBlobRegistry::registerBlobURL(const KURL&, PassOwnPtr<BlobData>) in registerBlobURL()
121 void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&) in registerBlobURL()
125 void ThreadableBlobRegistry::unregisterBlobURL(const KURL&) in unregisterBlobURL()
DThreadableBlobRegistry.h39 class KURL; variable
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
DWebPageGtk.cpp106 bool WebPage::platformHasLocalDataForURL(const WebCore::KURL&) in platformHasLocalDataForURL()
113 String WebPage::cachedResponseMIMETypeForURL(const WebCore::KURL&) in cachedResponseMIMETypeForURL()
/external/webkit/Source/WebCore/platform/
DSSLKeyGenerator.h34 class KURL; variable
DCookieJar.h37 class KURL; variable
DKURL.h71 KURL() { invalidate(); } in KURL() function
80 KURL(WTF::HashTableDeletedValueType) : m_url(WTF::HashTableDeletedValue) { } in KURL() function
82 KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } in KURL() function
DFileStream.h43 class KURL; variable
DURLString.h33 class KURL; variable
/external/webkit/Source/WebCore/platform/chromium/
DClipboardUtilitiesChromium.h38 class KURL; variable
/external/webkit/Source/WebCore/platform/win/
DClipboardUtilitiesWin.h36 class KURL; variable
/external/webkit/Source/WebCore/bindings/gobject/
DConvertToUTF8String.h27 class KURL; variable
/external/webkit/Source/WebCore/workers/
DWorkerContextProxy.h42 class KURL; variable
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDesktopNotificationsDelegate.h41 class KURL; variable
/external/webkit/Source/WebCore/platform/network/android/
DProxyServerAndroid.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL()
/external/webkit/Source/WebKit/chromium/src/
DStorageEventDispatcherImpl.h41 class KURL; variable
/external/webkit/Source/WebCore/platform/network/
DCredentialStorage.h32 class KURL; variable
/external/webkit/Source/WebCore/platform/network/win/
DProxyServerWin.cpp31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL()
/external/webkit/Source/WebCore/platform/network/curl/
DProxyServerCurl.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL()
DCookieJarCurl.cpp52 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
59 void deleteCookie(const Document*, const KURL&, const String&) in deleteCookie()
/external/webkit/Source/WebCore/platform/network/soup/
DProxyServerSoup.cpp33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL()
/external/webkit/Source/WebCore/platform/haiku/
DCookieJarHaiku.cpp66 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
73 void deleteCookie(const Document*, const KURL&, const String&) in deleteCookie()
/external/webkit/Source/WebCore/platform/efl/
DPasteboardEfl.cpp59 void Pasteboard::writeURL(const KURL&, const String&, Frame*) in writeURL()
64 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage()
/external/webkit/Source/WebKit/win/
DMarshallingHelpers.h34 class KURL; variable
/external/webkit/Source/WebCore/page/
DContextMenuClient.h38 class KURL; variable

123456