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

  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 134 , m_isParsingFragment(false)
143 , m_isParsingFragment(true)
173 if (m_document->frame() && !m_isParsingFragment)
207 if (m_isParsingFragment)
229 ASSERT(!m_isParsingFragment);
230 if (m_isParsingFragment)
HTMLConstructionSite.h 148 bool m_isParsingFragment;

Completed in 191 milliseconds