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 318 , m_isParsingFragment(false)
329 , m_isParsingFragment(true)
371 if (m_document->frame() && !m_isParsingFragment)
404 if (m_isParsingFragment)
417 if (m_isParsingFragment)
547 ASSERT(!m_isParsingFragment);
548 if (m_isParsingFragment)
641 const bool alreadyStarted = m_isParsingFragment && parserInserted;
    [all...]
HTMLConstructionSite.h 289 bool m_isParsingFragment;

Completed in 691 milliseconds