Home
last modified time | relevance | path

Searched refs:CSPSource (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPSource.cpp16 CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int p… in CSPSource() function in blink::CSPSource
27 bool CSPSource::matches(const KURL& url) const in matches()
36 bool CSPSource::schemeMatches(const KURL& url) const in schemeMatches()
43 bool CSPSource::hostMatches(const KURL& url) const in hostMatches()
52 bool CSPSource::pathMatches(const KURL& url) const in pathMatches()
65 bool CSPSource::portMatches(const KURL& url) const in portMatches()
84 bool CSPSource::isSchemeOnly() const in isSchemeOnly()
DCSPSourceList.h36 …String& scheme, String& host, int& port, String& path, CSPSource::WildcardDisposition&, CSPSource:…
38 …bool parseHost(const UChar* begin, const UChar* end, String& host, CSPSource::WildcardDisposition&…
39 … bool parsePort(const UChar* begin, const UChar* end, int& port, CSPSource::WildcardDisposition&);
52 Vector<CSPSource> m_list;
DCSPSourceList.cpp114 CSPSource::WildcardDisposition hostWildcard = CSPSource::NoWildcard; in parse()
115 CSPSource::WildcardDisposition portWildcard = CSPSource::NoWildcard; in parse()
125 … m_list.append(CSPSource(m_policy, scheme, host, port, path, hostWildcard, portWildcard)); in parse()
137 …& scheme, String& host, int& port, String& path, CSPSource::WildcardDisposition& hostWildcard, CSP… in parseSource()
369 bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, CSPSource::Wildca… in parseHost()
373 ASSERT(hostWildcard == CSPSource::NoWildcard); in parseHost()
381 hostWildcard = CSPSource::HasWildcard; in parseHost()
428 bool CSPSourceList::parsePort(const UChar* begin, const UChar* end, int& port, CSPSource::WildcardD… in parsePort()
432 ASSERT(portWildcard == CSPSource::NoWildcard); in parsePort()
442 portWildcard = CSPSource::HasWildcard; in parsePort()
DCSPSource.h15 class CSPSource {
22CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String…
DContentSecurityPolicy.h53 class CSPSource; variable
226 OwnPtr<CSPSource> m_selfSource;
DContentSecurityPolicy.cpp154 …r(new CSPSource(this, securityOrigin()->protocol(), securityOrigin()->host(), securityOrigin()->po… in applyPolicySideEffectsToExecutionContext()
265 …ource = adoptPtr(new CSPSource(this, origin->protocol(), origin->host(), origin->port(), String(),… in setOverrideURLForSelf()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-x86.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-arm.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.linux-mips.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-arm64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.linux-arm64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.linux-x86_64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-mips.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.linux-arm.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.linux-x86.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-mips64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
Dcore.gypi1225 'frame/csp/CSPSource.cpp',