allowObjectFromSource 43 Source/core/frame/csp/CSPDirectiveList.h bool allowObjectFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowObjectFromSource 435 Source/core/frame/csp/ContentSecurityPolicy.cpp return isAllowedByAllWithURL<&CSPDirectiveList::allowObjectFromSource>(m_policies, url, reportingStatus); allowObjectFromSource 114 Source/core/frame/csp/ContentSecurityPolicy.h bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const; allowObjectFromSource 220 Source/core/html/HTMLAppletElement.cpp if (!document().contentSecurityPolicy()->allowObjectFromSource(url) allowObjectFromSource 546 Source/core/html/HTMLPlugInElement.cpp if (!document().contentSecurityPolicy()->allowObjectFromSource(url)