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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 127 bool allowChildContextFromSource(const KURL&, ReportingStatus = SendReport) const;
CSPDirectiveList.h 53 bool allowChildContextFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
ContentSecurityPolicy.cpp 517 bool ContentSecurityPolicy::allowChildContextFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
519 return isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, reportingStatus);
527 if (isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, SuppressReport) && !isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSource>(m_policies, url, SuppressReport))
532 isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, reportingStatus) :
    [all...]
CSPDirectiveList.cpp 376 bool CSPDirectiveList::allowChildContextFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const

Completed in 49 milliseconds