Searched refs:shouldTreatURLAsSrcdocDocument (Results 1 – 5 of 5) sorted by relevance
100 bool DocumentInit::shouldTreatURLAsSrcdocDocument() const in shouldTreatURLAsSrcdocDocument() function in blink::DocumentInit102 return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url); in shouldTreatURLAsSrcdocDocument()
59 bool shouldTreatURLAsSrcdocDocument() const;
4839 if (initializer.shouldTreatURLAsSrcdocDocument()) { in initSecurityContext()
123 bool shouldTreatURLAsSrcdocDocument(const KURL&) const;
776 if (!shouldTreatURLAsSrcdocDocument(url)) in defaultSubstituteDataForURL()1415 bool FrameLoader::shouldTreatURLAsSrcdocDocument(const KURL& url) const in shouldTreatURLAsSrcdocDocument() function in blink::FrameLoader