HomeSort by relevance Sort by last modified time
    Searched defs:shouldTreatURLAsSrcdocDocument (Results 1 - 2 of 2) 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);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 756 if (!shouldTreatURLAsSrcdocDocument(url))
    [all...]

Completed in 171 milliseconds