Home
last modified time | relevance | path

Searched refs:cookieURL (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
DCookieJar.mm83 NSURL *cookieURL = url;
87 cookies = wkHTTPCookiesForURL(cookieStorage, cookieURL);
90 cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:cookieURL];
102 NSURL *cookieURL = url;
106 cookies = wkHTTPCookiesForURL(cookieStorage, cookieURL);
109 cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:cookieURL];
130 NSURL *cookieURL = url;
131 …derFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL]);
135 …wkSetHTTPCookiesForURL(cookieStorage, filteredCookies.get(), cookieURL, document->firstPartyForCoo…
138 …torage sharedHTTPCookieStorage] setCookies:filteredCookies.get() forURL:cookieURL mainDocumentURL:…
[all …]
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp202 String cookieURL; in setUpCookiesForQuickTime() local
215 cookieURL = urlBuilder.toString(); in setUpCookiesForQuickTime()
217 cookieURL = movieURL; in setUpCookiesForQuickTime()
219 …InternetSetCookieExW(cookieURL.charactersWithNullTermination(), 0, cookieBuilder.toString().charac… in setUpCookiesForQuickTime()
DMediaPlayerPrivateQuickTimeVisualContext.cpp289 String cookieURL; in setUpCookiesForQuickTime() local
302 cookieURL = urlBuilder.toString(); in setUpCookiesForQuickTime()
304 cookieURL = movieURL; in setUpCookiesForQuickTime()
306 …InternetSetCookieExW(cookieURL.charactersWithNullTermination(), 0, cookieBuilder.toString().charac… in setUpCookiesForQuickTime()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1918 m_cookieURL = ownerDocument->cookieURL(); in open()
3690 KURL cookieURL = this->cookieURL(); in cookie() local
3691 if (cookieURL.isEmpty()) in cookie()
3694 return cookies(this, cookieURL); in cookie()
3711 KURL cookieURL = this->cookieURL(); in setCookie() local
3712 if (cookieURL.isEmpty()) in setCookie()
3715 setCookies(this, cookieURL, value); in setCookie()
4534 m_cookieURL = ownerFrame->document()->cookieURL(); in initSecurityContext()
DDocument.h833 const KURL& cookieURL() const { return m_cookieURL; } in cookieURL() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp321 result = cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies()); in cookiesEnabled()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2440903 Document cookieURL and firstPartyForCookies
40906 Some folks asked what the cookieURL and the firstPartyForCookies were