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

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

Completed in 65 milliseconds