Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.h138 bool inPumpSession() const { return m_pumpSessionNestingLevel > 0; } in inPumpSession() function
139 …bool shouldDelayEnd() const { return inPumpSession() || isWaitingForScripts() || inScriptExecution… in shouldDelayEnd()
DHTMLDocumentParser.cpp161 return isScheduledForResume() || inPumpSession(); in processingData()
360 if (inPumpSession()) { in append()
/external/webkit/Source/WebCore/
DChangeLog58962 (WebCore::HTMLDocumentParser::inPumpSession):