Home
last modified time | relevance | path

Searched refs:allowChildContextFromSource (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp469 bool ContentSecurityPolicy::allowChildContextFromSource(const KURL& url, ContentSecurityPolicy::Rep… in allowChildContextFromSource() function in WebCore::ContentSecurityPolicy
471 …return isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, repo… in allowChildContextFromSource()
480 …if (isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, Suppres… in allowWorkerContextFromSource()
485 …isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, reportingSt… in allowWorkerContextFromSource()
DContentSecurityPolicy.h124 bool allowChildContextFromSource(const KURL&, ReportingStatus = SendReport) const;
DCSPDirectiveList.h53 bool allowChildContextFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
DCSPDirectiveList.cpp365 bool CSPDirectiveList::allowChildContextFromSource(const KURL& url, ContentSecurityPolicy::Reportin… in allowChildContextFromSource() function in WebCore::CSPDirectiveList