allowChildFrameFromSource 44 Source/core/frame/csp/CSPDirectiveList.h bool allowChildFrameFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const; allowChildFrameFromSource 440 Source/core/frame/csp/ContentSecurityPolicy.cpp return isAllowedByAllWithURL<&CSPDirectiveList::allowChildFrameFromSource>(m_policies, url, reportingStatus); allowChildFrameFromSource 115 Source/core/frame/csp/ContentSecurityPolicy.h bool allowChildFrameFromSource(const KURL&, ReportingStatus = SendReport) const; allowChildFrameFromSource 301 Source/core/loader/DocumentLoader.cpp if (m_frame->ownerElement() && !m_frame->ownerElement()->document().contentSecurityPolicy()->allowChildFrameFromSource(request.url())) {