Searched defs:shouldTreatURLAsSrcdocDocument (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentInit.cpp100 bool DocumentInit::shouldTreatURLAsSrcdocDocument() const function in class:blink::DocumentInit
102 return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp776 if (!shouldTreatURLAsSrcdocDocument(url))
1415 bool FrameLoader::shouldTreatURLAsSrcdocDocument(const KURL& url) const function in class:blink::FrameLoader

Completed in 102 milliseconds