Home
last modified time | relevance | path

Searched refs:allowObjectFromSource (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h114 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
DCSPDirectiveList.h43 bool allowObjectFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
DContentSecurityPolicy.cpp419 bool ContentSecurityPolicy::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::Reporting… in allowObjectFromSource() function in WebCore::ContentSecurityPolicy
421 …return isAllowedByAllWithURL<&CSPDirectiveList::allowObjectFromSource>(m_policies, url, reportingS… in allowObjectFromSource()
DCSPDirectiveList.cpp279 bool CSPDirectiveList::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatu… in allowObjectFromSource() function in WebCore::CSPDirectiveList
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAppletElement.cpp220 if (!document().contentSecurityPolicy()->allowObjectFromSource(url) in canEmbedURL()
DHTMLPlugInElement.cpp552 if (!document().contentSecurityPolicy()->allowObjectFromSource(url) in pluginIsLoadable()