HomeSort by relevance Sort by last modified time
    Searched refs:allowAncestors (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 126 bool allowAncestors(LocalFrame*, const KURL&, ReportingStatus = SendReport) const;
CSPDirectiveList.h 52 bool allowAncestors(LocalFrame*, const KURL&, ContentSecurityPolicy::ReportingStatus) const;
ContentSecurityPolicy.cpp 512 bool ContentSecurityPolicy::allowAncestors(LocalFrame* frame, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
514 return isAllowedByAllWithFrame<&CSPDirectiveList::allowAncestors>(m_policies, frame, url, reportingStatus);
    [all...]
CSPDirectiveList.cpp 369 bool CSPDirectiveList::allowAncestors(LocalFrame* frame, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 473 if (!m_contentSecurityPolicy->allowAncestors(m_frame, response.url())) {

Completed in 80 milliseconds