Searched refs:allowJavaScriptURLs (Results 1 – 5 of 5) sorted by relevance
109 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, Reportin…
35 …bool allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentS…
387 bool ContentSecurityPolicy::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber&… in allowJavaScriptURLs() function in blink::ContentSecurityPolicy389 …return isAllowedByAllWithContext<&CSPDirectiveList::allowJavaScriptURLs>(m_policies, contextURL, c… in allowJavaScriptURLs()
234 bool CSPDirectiveList::allowJavaScriptURLs(const String& contextURL, const WTF::OrdinalNumber& cont… in allowJavaScriptURLs() function in blink::CSPDirectiveList
535 …|| !m_frame->document()->contentSecurityPolicy()->allowJavaScriptURLs(m_frame->document()->url(), … in executeScriptIfJavaScriptURL()