allowImageFromSource  522 Source/core/fetch/ResourceFetcher.cpp         if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowImageFromSource(url))
allowImageFromSource   45 Source/core/frame/csp/CSPDirectiveList.h     bool allowImageFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
allowImageFromSource  445 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithURL<&CSPDirectiveList::allowImageFromSource>(m_policies, url, reportingStatus);
allowImageFromSource  116 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowImageFromSource(const KURL&, ReportingStatus = SendReport) const;
allowImageFromSource  628 Source/core/html/HTMLLinkElement.cpp         if (!document().contentSecurityPolicy()->allowImageFromSource(builder.url()))