/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | CSPSource.cpp | 16 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()
|
D | CSPSourceList.h | 36 …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;
|
D | CSPSourceList.cpp | 114 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()
|
D | CSPSource.h | 15 class CSPSource { 22 …CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String…
|
D | ContentSecurityPolicy.h | 53 class CSPSource; variable 226 OwnPtr<CSPSource> m_selfSource;
|
D | ContentSecurityPolicy.cpp | 154 …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/ |
D | webcore_remaining.target.linux-mips64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-arm64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.linux-arm64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.linux-x86_64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.linux-arm.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-mips64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | webcore_remaining.target.darwin-x86_64.mk | 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
|
D | core.gypi | 1225 'frame/csp/CSPSource.cpp',
|