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

  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h 55 bool allowObjectFromSource(const KURL&) const;
ContentSecurityPolicy.cpp 511 bool ContentSecurityPolicy::allowObjectFromSource(const KURL& url) const
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 116 if (!m_frame->document()->contentSecurityPolicy()->allowObjectFromSource(url))

Completed in 143 milliseconds