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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h971 unsigned activeParserCount() { return m_activeParserCount; }
972 void incrementActiveParserCount() { ++m_activeParserCount; }
1173 unsigned m_activeParserCount; member in class:blink::Document
H A DDocument.cpp449 , m_activeParserCount(0)
5329 return m_activeParserCount || (m_parser && m_parser->processingData());
5334 --m_activeParserCount;

Completed in 572 milliseconds