HomeSort by relevance Sort by last modified time
    Searched full:effectivedirective (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
SecurityPolicyViolationEvent.h 42 String effectiveDirective;
66 const String& effectiveDirective() const { return m_effectiveDirective; }
87 , m_effectiveDirective(initializer.effectiveDirective)
SecurityPolicyViolationEvent.idl 33 [InitializedByEventConstructor] readonly attribute DOMString effectiveDirective;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 907 void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL) const;
908 void reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const;
909 void reportViolationWithState(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, ScriptState*) const;
923 bool checkSourceAndReportViolation(SourceListDirective*, const KURL&, const String& effectiveDirective) const;
    [all...]
ContentSecurityPolicy.h 132 void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header);

Completed in 38 milliseconds