Home
last modified time | relevance | path

Searched refs:shouldTreatURLAsSrcdocDocument (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.cpp100 bool DocumentInit::shouldTreatURLAsSrcdocDocument() const in shouldTreatURLAsSrcdocDocument() function in blink::DocumentInit
102 return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url); in shouldTreatURLAsSrcdocDocument()
DDocumentInit.h59 bool shouldTreatURLAsSrcdocDocument() const;
DDocument.cpp4839 if (initializer.shouldTreatURLAsSrcdocDocument()) { in initSecurityContext()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.h123 bool shouldTreatURLAsSrcdocDocument(const KURL&) const;
DFrameLoader.cpp776 if (!shouldTreatURLAsSrcdocDocument(url)) in defaultSubstituteDataForURL()
1415 bool FrameLoader::shouldTreatURLAsSrcdocDocument(const KURL& url) const in shouldTreatURLAsSrcdocDocument() function in blink::FrameLoader