OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldHideReferrer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityPolicy.h
46
static bool
shouldHideReferrer
(const KURL&, const String& referrer);
SecurityPolicy.cpp
52
bool SecurityPolicy::
shouldHideReferrer
(const KURL& url, const String& referrer)
90
return
shouldHideReferrer
(url, referrer) ? String() : referrer;
/external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp
88
if (!SecurityPolicy::
shouldHideReferrer
(pingURL, frame->document()->outgoingReferrer())) {
/external/chromium/webkit/glue/
weburlloader_impl.cc
523
if (!WebSecurityPolicy::
shouldHideReferrer
(new_url, referrer))
Completed in 546 milliseconds