Home
last modified time | relevance | path

Searched refs:m_activeParserCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h1006 unsigned activeParserCount() { return m_activeParserCount; } in activeParserCount()
1007 void incrementActiveParserCount() { ++m_activeParserCount; } in incrementActiveParserCount()
1206 unsigned m_activeParserCount; variable
DDocument.cpp429 , m_activeParserCount(0) in Document()
5426 return m_activeParserCount || (m_parser && m_parser->processingData()); in hasActiveParser()
5431 --m_activeParserCount; in decrementActiveParserCount()