HomeSort by relevance Sort by last modified time
    Searched refs:cookieURL (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
CookieJar.cpp 74 return cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
DocumentLoader.cpp 806 document->setCookieURL(ownerDocument->cookieURL());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 88 result->setCookieURL(oldDocument->cookieURL());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Document.h 737 // 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; }
    [all...]

Completed in 202 milliseconds