Home
last modified time | relevance | path

Searched refs:allowAncestors (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h123 bool allowAncestors(LocalFrame*, ReportingStatus = SendReport) const;
DCSPDirectiveList.h52 bool allowAncestors(LocalFrame*, ContentSecurityPolicy::ReportingStatus) const;
DContentSecurityPolicy.cpp464 bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatu… in allowAncestors() function in WebCore::ContentSecurityPolicy
466 …return isAllowedByAllWithFrame<&CSPDirectiveList::allowAncestors>(m_policies, frame, reportingStat… in allowAncestors()
DCSPDirectiveList.cpp358 bool CSPDirectiveList::allowAncestors(LocalFrame* frame, ContentSecurityPolicy::ReportingStatus rep… in allowAncestors() function in WebCore::CSPDirectiveList
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.cpp357 if (!m_frame->document()->contentSecurityPolicy()->allowAncestors(m_frame)) { in didBeginDocument()