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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 327 , m_isParsingFragment(false)
338 , m_isParsingFragment(true)
392 if (m_document->frame() && !m_isParsingFragment)
425 if (m_isParsingFragment)
438 if (m_isParsingFragment)
566 ASSERT(!m_isParsingFragment);
567 if (m_isParsingFragment)
660 const bool alreadyStarted = m_isParsingFragment && parserInserted;
    [all...]
HTMLConstructionSite.h 311 bool m_isParsingFragment;

Completed in 495 milliseconds