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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 117 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
CSPDirectiveList.h 43 bool allowObjectFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
ContentSecurityPolicy.cpp 467 bool ContentSecurityPolicy::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
469 return isAllowedByAllWithURL<&CSPDirectiveList::allowObjectFromSource>(m_policies, url, reportingStatus);
    [all...]
CSPDirectiveList.cpp 290 bool CSPDirectiveList::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 222 if (!document().contentSecurityPolicy()->allowObjectFromSource(url)
HTMLPlugInElement.cpp 564 if (!document().contentSecurityPolicy()->allowObjectFromSource(url)

Completed in 298 milliseconds