Home
last modified time | relevance | path

Searched refs:shouldParserYieldAgressivelyBeforeScriptExecution (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserScheduler.cpp95 if (m_parser->document()->shouldParserYieldAgressivelyBeforeScriptExecution()) { in continueNextChunkTimerFired()
108 if (needsFirstPaint && document->shouldParserYieldAgressivelyBeforeScriptExecution()) in checkForYieldBeforeScript()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h591 bool shouldParserYieldAgressivelyBeforeScriptExecution();
DDocument.cpp2504 bool Document::shouldParserYieldAgressivelyBeforeScriptExecution() in shouldParserYieldAgressivelyBeforeScriptExecution() function in WebCore::Document