Home
last modified time | relevance | path

Searched refs:contextLine (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DContentSecurityPolicy.h90 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, Reportin…
91 …bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, Rep…
92 …bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingS…
93 …bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingSt…
DContentSecurityPolicy.cpp866 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentS…
867 …bool allowInlineEventHandlers(const String& contextURL, const WTF::OrdinalNumber& contextLine, Con…
868 …bool allowInlineScript(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSec…
869 …bool allowInlineStyle(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecu…
908 …ge, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const;
921 …g& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript)…
988 …age, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const in reportViolationWithLocation()
991 …eMessage(SecurityMessageSource, ErrorMessageLevel, message, contextURL, contextLine.oneBasedInt()); in reportViolationWithLocation()
1071 …g& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript)… in checkInlineAndReportViolation() argument
1080 …onsoleMessage + "\"" + directive->text() + "\"." + suffix + "\n", KURL(), contextURL, contextLine); in checkInlineAndReportViolation()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h869 …ntHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
DDocument.cpp4480 …de* node, EventListener* listener, const String& contextURL, const WTF::OrdinalNumber& contextLine) in allowInlineEventHandlers() argument
4482 if (!contentSecurityPolicy()->allowInlineEventHandlers(contextURL, contextLine)) in allowInlineEventHandlers()
4493 …t() != this && !node->document().allowInlineEventHandlers(node, listener, contextURL, contextLine)) in allowInlineEventHandlers()