OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
87
result->setCookieURL(oldDocument->
cookieURL
());
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp
[
all
...]
Document.h
738
// The
cookieURL
is used to query the cookie database for this document's
743
// Q: How is the
cookieURL
different from the document's URL?
746
// inherits its
cookieURL
but not its URL.
748
const KURL&
cookieURL
() const { return m_cookieURL; }
[
all
...]
Completed in 38 milliseconds