Home
last modified time | relevance | path

Searched refs:shouldDelayEnd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.h177 …bool shouldDelayEnd() const { return inPumpSession() || isWaitingForScripts() || isScheduledForRes… in shouldDelayEnd() function
DHTMLDocumentParser.cpp854 if (shouldDelayEnd()) { in attemptToEnd()
867 if (!m_endWasDelayed || shouldDelayEnd()) in endIfDelayed()