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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMSecurityPolicy.cpp 156 return isAllowedWithURL<&ContentSecurityPolicy::allowObjectFromSource>(executionContext(), url);
ContentSecurityPolicy.h 98 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
ContentSecurityPolicy.cpp 874 bool allowObjectFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 224 if (!document().contentSecurityPolicy()->allowObjectFromSource(url)
HTMLPlugInElement.cpp 506 if (!document().contentSecurityPolicy()->allowObjectFromSource(url)

Completed in 31 milliseconds