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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp223 bool shouldContinueParsing = runScriptsForPausedTreeBuilder();
224 m_treeBuilder->setPaused(!shouldContinueParsing);
225 if (!shouldContinueParsing || isStopped())
521 bool shouldContinueParsing = m_scriptRunner->executeScriptsWaitingForLoad(cachedResource); local
522 m_treeBuilder->setPaused(!shouldContinueParsing);
523 if (shouldContinueParsing)
547 bool shouldContinueParsing = m_scriptRunner->executeScriptsWaitingForStylesheets(); local
548 m_treeBuilder->setPaused(!shouldContinueParsing);
549 if (shouldContinueParsing)

Completed in 40 milliseconds