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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/loader/
PingLoader.h 43 class KURL;
56 static void loadImage(Frame*, const KURL& url);
57 static void sendPing(Frame*, const KURL& pingURL, const KURL& destinationURL);
PlaceholderDocument.h 35 static PassRefPtr<PlaceholderDocument> create(Frame* frame, const KURL& url)
43 PlaceholderDocument(Frame* frame, const KURL& url) : Document(frame, url, false, false) { }
SinkDocument.h 35 static PassRefPtr<SinkDocument> create(Frame* frame, const KURL& url)
41 SinkDocument(Frame*, const KURL&);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 116 ASSERT(!KURL(ParsedURLString, url).hasFragmentIdentifier());
137 KURL url(request.url());
144 void ApplicationCache::setOnlineWhitelist(const Vector<KURL>& onlineWhitelist)
150 bool ApplicationCache::isURLInOnlineWhitelist(const KURL& url)
166 bool ApplicationCache::urlMatchesFallbackNamespace(const KURL& url, KURL* fallbackURL)
190 Vector<KURL> urls;
196 KURL originURL(KURL(), origin->toString());
  /external/webkit/Source/WebCore/page/
UserScript.h 29 #include "KURL.h"
41 UserScript(const String& source, const KURL& url,
54 const KURL& url() const { return m_url; }
62 KURL m_url;
UserStyleSheet.h 29 #include "KURL.h"
41 UserStyleSheet(const String& source, const KURL& url,
54 const KURL& url() const { return m_url; }
62 KURL m_url;
  /external/webkit/Source/WebCore/platform/
CrossThreadCopier.cpp 35 #include "KURL.h"
44 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url)
URLString.h 33 class KURL;
40 friend class KURL;
  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.cpp 52 m_url = KURL();
59 m_htmlBaseUrl = KURL();
78 m_url = KURL();
84 m_htmlBaseUrl = KURL();
162 KURL sourceURL;
188 m_url = KURL();
205 KURL url = KURL(ParsedURLString, line);
217 m_htmlBaseUrl = KURL();
ChromiumDataObjectLegacy.cpp 52 m_url = KURL();
59 m_htmlBaseUrl = KURL();
78 m_url = KURL();
84 m_htmlBaseUrl = KURL();
160 KURL sourceURL;
186 m_url = KURL();
202 KURL url = KURL(ParsedURLString, line);
214 m_htmlBaseUrl = KURL();
  /external/webkit/Source/WebCore/platform/mac/
KURLMac.mm 27 #import "KURL.h"
33 KURL::KURL(NSURL *url)
59 KURL::operator NSURL *() const
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.h 32 class KURL;
38 static void set(const Credential&, const ProtectionSpace&, const KURL&);
47 static bool set(const Credential&, const KURL&); // Returns true if the URL corresponds to a known protection space, so credentials could be updated.
48 static Credential get(const KURL&);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequest.h 52 : ResourceRequestBase(KURL(ParsedURLString, url), UseProtocolCachePolicy)
56 ResourceRequest(const KURL& url)
61 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
68 : ResourceRequestBase(KURL(), UseProtocolCachePolicy)
  /external/webkit/Source/WebKit/chromium/src/
WebPasswordFormData.cpp 41 #include "KURL.h"
101 KURL stripURL(const KURL& url)
103 KURL strippedURL = url;
112 void assemblePasswordFormResult(const KURL& fullOrigin,
113 const KURL& fullAction,
128 KURL signonRealmURL = stripURL(fullOrigin);
162 KURL fullOrigin(ParsedURLString, form->document()->documentURI());
168 KURL fullAction = frame->loader()->completeURL(action);
  /external/webkit/Source/WebKit2/Shared/
WebURL.h 30 #include <WebCore/KURL.h>
76 m_parsedURL = WTF::adoptPtr(new WebCore::KURL(WebCore::KURL(), m_string));
82 mutable OwnPtr<WebCore::KURL> m_parsedURL;
  /external/webkit/Source/WebCore/bindings/gobject/
ConvertToUTF8String.cpp 24 #include "KURL.h"
35 gchar* convertToUTF8String(WebCore::KURL const& s)
ConvertToUTF8String.h 27 class KURL;
33 gchar* convertToUTF8String(WebCore::KURL const& s);
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.h 32 #include "KURL.h"
87 const KURL& url() const { return virtualURL(); }
88 KURL completeURL(const String& url) const { return virtualCompleteURL(url); }
90 virtual String userAgent(const KURL&) const = 0;
145 KURL createPublicBlobURL(Blob*);
146 void revokePublicBlobURL(const KURL&);
169 virtual const KURL& virtualURL() const = 0;
170 virtual KURL virtualCompleteURL(const String&) const = 0;
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.h 36 static PassRefPtr<FTPDirectoryDocument> create(Frame* frame, const KURL& url)
42 FTPDirectoryDocument(Frame*, const KURL&);
TextDocument.h 34 static PassRefPtr<TextDocument> create(Frame* frame, const KURL& url)
40 TextDocument(Frame*, const KURL&);
  /external/webkit/Source/WebCore/platform/brew/
KURLBrew.cpp 21 #include "KURL.h"
29 String KURL::fileSystemPath() const
  /external/webkit/Source/WebCore/platform/efl/
KURLEfl.cpp 22 #include "KURL.h"
26 String KURL::fileSystemPath() const
  /external/webkit/Source/WebCore/platform/gtk/
KURLGtk.cpp 20 #include "KURL.h"
29 String KURL::fileSystemPath() const
  /external/webkit/Source/WebCore/platform/network/curl/
ProxyServerCurl.cpp 29 #include "KURL.h"
34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
  /external/webkit/Source/WebCore/platform/network/soup/
ProxyServerSoup.cpp 29 #include "KURL.h"
33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)

Completed in 141 milliseconds

1 2 34 5 6 7 8 91011>>