Home
last modified time | relevance | path

Searched refs:allowJavaScriptURLs (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h106 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, Reportin…
DCSPDirectiveList.h35 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentS…
DContentSecurityPolicy.cpp339 bool ContentSecurityPolicy::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber&… in allowJavaScriptURLs() function in WebCore::ContentSecurityPolicy
341 …return isAllowedByAllWithContext<&CSPDirectiveList::allowJavaScriptURLs>(m_policies, contextURL, c… in allowJavaScriptURLs()
DCSPDirectiveList.cpp223 bool CSPDirectiveList::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& cont… in allowJavaScriptURLs() function in WebCore::CSPDirectiveList
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.cpp503 …|| !m_frame->document()->contentSecurityPolicy()->allowJavaScriptURLs(m_frame->document()->url(), … in executeScriptIfJavaScriptURL()