allowAncestors     52 Source/core/frame/csp/CSPDirectiveList.h     bool allowAncestors(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const;
allowAncestors    480 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithFrame<&CSPDirectiveList::allowAncestors>(m_policies, frame, reportingStatus);
allowAncestors    123 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowAncestors(LocalFrame*, ReportingStatus = SendReport) const;
allowAncestors    355 Source/core/loader/FrameLoader.cpp     if (!m_frame->document()->contentSecurityPolicy()->allowAncestors(m_frame)) {