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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp352 if (isWaitingForScripts() || !m_speculations.isEmpty() || document()->activeParserCount() > 0) {
435 ASSERT_WITH_SECURITY_IMPLICATION(!document()->activeParserCount());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h971 unsigned activeParserCount() { return m_activeParserCount; } function in class:blink::Document

Completed in 140 milliseconds