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 79 return cookieJar->cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
DocumentLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 86 result->setCookieURL(oldDocument->cookieURL());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Document.h 772 // The cookieURL is used to query the cookie database for this document's
777 // Q: How is the cookieURL different from the document's URL?
780 // inherits its cookieURL but not its URL.
782 const KURL& cookieURL() const { return m_cookieURL; }
    [all...]

Completed in 136 milliseconds