Searched refs:shouldTreatURLAsSrcdocDocument (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.h182 bool shouldTreatURLAsSrcdocDocument(const URL&) const;
H A DFrameLoader.cpp1333 if (!shouldTreatURLAsSrcdocDocument(url))
3115 bool FrameLoader::shouldTreatURLAsSrcdocDocument(const URL& url) const function in class:WebCore::FrameLoader
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp4692 if (parentDocument && m_frame->loader().shouldTreatURLAsSrcdocDocument(url())) {

Completed in 94 milliseconds