Searched defs:cookieURL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
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
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...]

Completed in 73 milliseconds