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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 6 #include "core/frame/csp/CSPDirectiveList.h"
17 CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source)
30 PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source)
32 OwnPtr<CSPDirectiveList> directives = adoptPtr(new CSPDirectiveList(policy, type, source));
46 void CSPDirectiveList::reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL) const
53 void CSPDirectiveList::reportViolationWithFrame(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, LocalFrame* frame) const
60 void CSPDirectiveList::reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const (…)
    [all...]
ContentSecurityPolicy.cpp 37 #include "core/frame/csp/CSPDirectiveList.h"
235 OwnPtr<CSPDirectiveList> policy = CSPDirectiveList::create(this, begin, position, type, source);
278 template<bool (CSPDirectiveList::*allowed)(ContentSecurityPolicy::ReportingStatus) const>
288 template<bool (CSPDirectiveList::*allowed)(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus) const>
298 template<bool (CSPDirectiveList::*allowed)(const String&, const WTF::OrdinalNumber&, ContentSecurityPolicy::ReportingStatus) const>
308 template<bool (CSPDirectiveList::*allowed)(const String&) const>
318 template<bool (CSPDirectiveList::*allowed)(const CSPHashValue&) const>
328 template<bool (CSPDirectiveList::*allowFromURL)(const KURL&, ContentSecurityPolicy::ReportingStatus) const>
341 template<bool (CSPDirectiveList::*allowed)(LocalFrame*, const KURL&, ContentSecurityPolicy::ReportingStatus) const
    [all...]
CSPDirectiveList.h 23 class CSPDirectiveList {
25 WTF_MAKE_NONCOPYABLE(CSPDirectiveList);
27 static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource);
67 CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource);
ContentSecurityPolicy.h 52 class CSPDirectiveList;
59 typedef Vector<OwnPtr<CSPDirectiveList> > CSPDirectiveListVector;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 378 third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp \
    [all...]

Completed in 1002 milliseconds