Searched refs:allowObjectFromSource (Results 1 – 6 of 6) sorted by relevance
114 bool allowObjectFromSource(const KURL&, ReportingStatus = SendReport) const;
43 bool allowObjectFromSource(const KURL&, ContentSecurityPolicy::ReportingStatus) const;
419 bool ContentSecurityPolicy::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::Reporting… in allowObjectFromSource() function in WebCore::ContentSecurityPolicy421 …return isAllowedByAllWithURL<&CSPDirectiveList::allowObjectFromSource>(m_policies, url, reportingS… in allowObjectFromSource()
279 bool CSPDirectiveList::allowObjectFromSource(const KURL& url, ContentSecurityPolicy::ReportingStatu… in allowObjectFromSource() function in WebCore::CSPDirectiveList
220 if (!document().contentSecurityPolicy()->allowObjectFromSource(url) in canEmbedURL()
552 if (!document().contentSecurityPolicy()->allowObjectFromSource(url) in pluginIsLoadable()