HomeSort by relevance Sort by last modified time
    Searched refs:shouldTreatURLAsSrcdocDocument (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.cpp 98 bool DocumentInit::shouldTreatURLAsSrcdocDocument() const
100 return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url);
DocumentInit.h 59 bool shouldTreatURLAsSrcdocDocument() const;
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 127 bool shouldTreatURLAsSrcdocDocument(const KURL&) const;
FrameLoader.cpp 756 if (!shouldTreatURLAsSrcdocDocument(url))
    [all...]

Completed in 67 milliseconds