Searched refs:shouldParserYieldAgressivelyBeforeScriptExecution (Results 1 – 3 of 3) sorted by relevance
95 if (m_parser->document()->shouldParserYieldAgressivelyBeforeScriptExecution()) { in continueNextChunkTimerFired()108 if (needsFirstPaint && document->shouldParserYieldAgressivelyBeforeScriptExecution()) in checkForYieldBeforeScript()
591 bool shouldParserYieldAgressivelyBeforeScriptExecution();
2504 bool Document::shouldParserYieldAgressivelyBeforeScriptExecution() in shouldParserYieldAgressivelyBeforeScriptExecution() function in WebCore::Document