Searched refs:allowAncestors (Results 1 – 5 of 5) sorted by relevance
123 bool allowAncestors(LocalFrame*, ReportingStatus = SendReport) const;
52 bool allowAncestors(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const;
464 bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatu… in allowAncestors() function in WebCore::ContentSecurityPolicy466 …return isAllowedByAllWithFrame<&CSPDirectiveList::allowAncestors>(m_policies, frame, reportingStat… in allowAncestors()
358 bool CSPDirectiveList::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus rep… in allowAncestors() function in WebCore::CSPDirectiveList
357 if (!m_frame->document()->contentSecurityPolicy()->allowAncestors(m_frame)) { in didBeginDocument()