HomeSort by relevance Sort by last modified time
    Searched refs:CSPSource (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSource.cpp 6 #include "core/frame/csp/CSPSource.h"
16 CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int port, const String& path, WildcardDisposition hostWildcard, WildcardDisposition portWildcard)
27 bool CSPSource::matches(const KURL& url) const
36 bool CSPSource::schemeMatches(const KURL& url) const
43 bool CSPSource::hostMatches(const KURL& url) const
52 bool CSPSource::pathMatches(const KURL& url) const
65 bool CSPSource::portMatches(const KURL& url) const
84 bool CSPSource::isSchemeOnly() const
CSPSourceList.h 8 #include "core/frame/csp/CSPSource.h"
36 bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, CSPSource::WildcardDisposition&, CSPSource::WildcardDisposition&);
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;
CSPSource.h 15 class CSPSource {
22 CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String& path, WildcardDisposition hostWildcard, WildcardDisposition portWildcard);
CSPSourceList.cpp 8 #include "core/frame/csp/CSPSource.h"
114 CSPSource::WildcardDisposition hostWildcard = CSPSource::NoWildcard;
115 CSPSource::WildcardDisposition portWildcard = CSPSource::NoWildcard;
125 m_list.append(CSPSource(m_policy, scheme, host, port, path, hostWildcard, portWildcard));
137 bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, CSPSource::WildcardDisposition& hostWildcard, CSPSource::WildcardDisposition& portWildcard)
369 bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, CSPSource::WildcardDisposition& hostWildcard)
373 ASSERT(hostWildcard == CSPSource::NoWildcard)
    [all...]
ContentSecurityPolicy.h 53 class CSPSource;
226 OwnPtr<CSPSource> m_selfSource;
ContentSecurityPolicy.cpp 38 #include "core/frame/csp/CSPSource.h"
154 m_selfSource = adoptPtr(new CSPSource(this, securityOrigin()->protocol(), securityOrigin()->host(), securityOrigin()->port(), String(), CSPSource::NoWildcard, CSPSource::NoWildcard));
261 // Create a temporary CSPSource so that 'self' expressions can be resolved before we bind to
262 // an execution context (for 'frame-ancestor' resolution, for example). This CSPSource will
265 m_selfSource = adoptPtr(new CSPSource(this, origin->protocol(), origin->host(), origin->port(), String(), CSPSource::NoWildcard, CSPSource::NoWildcard));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 379 third_party/WebKit/Source/core/frame/csp/CSPSource.cpp \
    [all...]

Completed in 549 milliseconds