Searched refs:activeParserCount (Results 1 – 2 of 2) sorted by relevance
303 if (isWaitingForScripts() || !m_speculations.isEmpty() || document()->activeParserCount() > 0) { in didReceiveParsedChunkFromBackgroundParser()381 ASSERT_WITH_SECURITY_IMPLICATION(!document()->activeParserCount()); in processParsedChunkFromBackgroundParser()
965 unsigned activeParserCount() { return m_activeParserCount; } in activeParserCount() function