HomeSort by relevance Sort by last modified time
    Searched refs:shouldDelayEnd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h 170 bool shouldDelayEnd() const { return inPumpSession() || isWaitingForScripts() || isScheduledForResume() || isExecutingScript(); }
HTMLDocumentParser.cpp 764 if (shouldDelayEnd()) {
777 if (!m_endWasDelayed || shouldDelayEnd())
    [all...]

Completed in 115 milliseconds