Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp303 if (isWaitingForScripts() || !m_speculations.isEmpty() || document()->activeParserCount() > 0) { in didReceiveParsedChunkFromBackgroundParser()
381 ASSERT_WITH_SECURITY_IMPLICATION(!document()->activeParserCount()); in processParsedChunkFromBackgroundParser()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h965 unsigned activeParserCount() { return m_activeParserCount; } in activeParserCount() function