allowMediaFromSource  536 Source/core/fetch/ResourceFetcher.cpp         if (!shouldBypassMainWorldContentSecurityPolicy && !m_document->contentSecurityPolicy()->allowMediaFromSource(url))
allowMediaFromSource   48 Source/core/frame/csp/CSPDirectiveList.h     bool allowMediaFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
allowMediaFromSource  460 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithURL<&CSPDirectiveList::allowMediaFromSource>(m_policies, url, reportingStatus);
allowMediaFromSource  119 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowMediaFromSource(const KURL&, ReportingStatus = SendReport) const;
allowMediaFromSource 1317 Source/core/html/HTMLMediaElement.cpp     if (!document().contentSecurityPolicy()->allowMediaFromSource(url)) {
allowMediaFromSource  205 Source/core/html/HTMLTrackElement.cpp     if (!document().contentSecurityPolicy()->allowMediaFromSource(url)) {