allowScriptFromSource 498 Source/core/fetch/ResourceFetcher.cpp if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowScriptFromSource(url)) allowScriptFromSource 503 Source/core/fetch/ResourceFetcher.cpp if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowScriptFromSource(url)) allowScriptFromSource 508 Source/core/fetch/ResourceFetcher.cpp if (!frame()->loader().client()->allowScriptFromSource(!settings || settings->scriptEnabled(), url)) { allowScriptFromSource 42 Source/core/frame/csp/CSPDirectiveList.h bool allowScriptFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowScriptFromSource 400 Source/core/frame/csp/ContentSecurityPolicy.cpp return isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSource>(m_policies, url, reportingStatus); allowScriptFromSource 494 Source/core/frame/csp/ContentSecurityPolicy.cpp if (isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, SuppressReport) && !isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSource>(m_policies, url, SuppressReport)) allowScriptFromSource 500 Source/core/frame/csp/ContentSecurityPolicy.cpp isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSource>(m_policies, url, reportingStatus); allowScriptFromSource 113 Source/core/frame/csp/ContentSecurityPolicy.h bool allowScriptFromSource(const KURL&, ReportingStatus = SendReport) const; allowScriptFromSource 185 Source/core/loader/FrameLoaderClient.h virtual bool allowScriptFromSource(bool enabledPerSettings, const KURL&) { return enabledPerSettings; } allowScriptFromSource 186 Source/web/FrameLoaderClientImpl.cpp return m_webFrame->permissionClient()->allowScriptFromSource(m_webFrame, enabledPerSettings, scriptURL); allowScriptFromSource 132 Source/web/FrameLoaderClientImpl.h virtual bool allowScriptFromSource(bool enabledPerSettings, const WebCore::KURL& scriptURL) OVERRIDE; allowScriptFromSource 67 public/web/WebPermissionClient.h virtual bool allowScriptFromSource(WebLocalFrame*, bool enabledPerSettings, const WebURL& scriptURL) { return enabledPerSettings; }