Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.h176 bool inPumpSession() const { return m_pumpSessionNestingLevel > 0; } in inPumpSession() function
177 …bool shouldDelayEnd() const { return inPumpSession() || isWaitingForScripts() || isScheduledForRes… in shouldDelayEnd()
DHTMLDocumentParser.cpp252 return isScheduledForResume() || inPumpSession() || m_haveBackgroundParser; in processingData()
712 ASSERT(!inPumpSession()); in insert()
804 if (inPumpSession()) { in append()