Searched refs:allowChildContextFromSource (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | ContentSecurityPolicy.cpp | 469 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()
|
D | ContentSecurityPolicy.h | 124 bool allowChildContextFromSource(const KURL&, ReportingStatus = SendReport) const;
|
D | CSPDirectiveList.h | 53 bool allowChildContextFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
|
D | CSPDirectiveList.cpp | 365 bool CSPDirectiveList::allowChildContextFromSource(const KURL& url, ContentSecurityPolicy::Reportin… in allowChildContextFromSource() function in WebCore::CSPDirectiveList
|