Searched refs:cookieURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DCookieJar.cpp74 return cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
H A DDocumentLoader.cpp806 document->setCookieURL(ownerDocument->cookieURL());
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessor.cpp88 result->setCookieURL(oldDocument->cookieURL());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2320 m_cookieURL = ownerDocument->cookieURL();
4004 KURL cookieURL = this->cookieURL(); local
4005 if (cookieURL.isEmpty())
4008 return cookies(this, cookieURL);
4030 KURL cookieURL = this->cookieURL(); local
4031 if (cookieURL.isEmpty())
4034 setCookies(this, cookieURL, value);
4865 m_cookieURL = initializer.owner()->cookieURL();
[all...]
H A DDocument.h737 // The cookieURL is used to query the cookie database for this document's
742 // Q: How is the cookieURL different from the document's URL?
745 // inherits its cookieURL but not its URL.
747 const KURL& cookieURL() const { return m_cookieURL; } function in class:blink::Document

Completed in 143 milliseconds