Home
last modified time | relevance | path

Searched defs:effectiveDirective (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DSecurityPolicyViolationEvent.h39 String effectiveDirective; member
64 const String& effectiveDirective() const { return m_effectiveDirective; } in effectiveDirective() function
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.cpp46 …DirectiveList::reportViolation(const String& directiveText, const String& effectiveDirective, cons… in reportViolation() argument
53 …List::reportViolationWithFrame(const String& directiveText, const String& effectiveDirective, cons… in reportViolationWithFrame() argument
60 …t::reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, cons… in reportViolationWithLocation() argument
67 …List::reportViolationWithState(const String& directiveText, const String& effectiveDirective, cons… in reportViolationWithState() argument
DContentSecurityPolicy.cpp604 …nit& init, Document* document, const String& directiveText, const String& effectiveDirective, cons… in gatherSecurityPolicyViolationEventData()
642 …ecurityPolicy::reportViolation(const String& directiveText, const String& effectiveDirective, cons… in reportViolation()