allowStyleFromSource 517 Source/core/fetch/ResourceFetcher.cpp if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowStyleFromSource(url)) allowStyleFromSource 46 Source/core/frame/csp/CSPDirectiveList.h bool allowStyleFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowStyleFromSource 450 Source/core/frame/csp/ContentSecurityPolicy.cpp return isAllowedByAllWithURL<&CSPDirectiveList::allowStyleFromSource>(m_policies, url, reportingStatus); allowStyleFromSource 117 Source/core/frame/csp/ContentSecurityPolicy.h bool allowStyleFromSource(const KURL&, ReportingStatus = SendReport) const;