Searched defs:cookieURL (Results 1 - 3 of 3) sorted by path

/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1923 m_cookieURL = ownerDocument->cookieURL();
3695 KURL cookieURL = this->cookieURL(); local
3696 if (cookieURL.isEmpty())
3699 return cookies(this, cookieURL);
3716 KURL cookieURL = this->cookieURL(); local
3717 if (cookieURL.isEmpty())
3720 setCookies(this, cookieURL, value);
4541 m_cookieURL = ownerFrame->document()->cookieURL();
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp289 String cookieURL; local
302 cookieURL = urlBuilder.toString();
304 cookieURL = movieURL;
306 InternetSetCookieExW(cookieURL.charactersWithNullTermination(), 0, cookieBuilder.toString().charactersWithNullTermination(), 0, 0);
H A DMediaPlayerPrivateQuickTimeWin.cpp202 String cookieURL; local
215 cookieURL = urlBuilder.toString();
217 cookieURL = movieURL;
219 InternetSetCookieExW(cookieURL.charactersWithNullTermination(), 0, cookieBuilder.toString().charactersWithNullTermination(), 0, 0);

Completed in 114 milliseconds