Home
last modified time | relevance | path

Searched refs:PumpSession (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLParserScheduler.h40 class PumpSession : public NestingLevelIncrementer {
42 PumpSession(unsigned& nestingLevel) in PumpSession() function
68 void checkForYieldBeforeToken(PumpSession& session) in checkForYieldBeforeToken()
83 void checkForYieldBeforeScript(PumpSession&);
DHTMLDocumentParser.h54 class PumpSession; variable
122 bool canTakeNextToken(SynchronousMode, PumpSession&);
DHTMLParserScheduler.cpp89 void HTMLParserScheduler::checkForYieldBeforeScript(PumpSession& session) in checkForYieldBeforeScript()
DHTMLDocumentParser.cpp208 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session) in canTakeNextToken()
252 PumpSession session(m_pumpSessionNestingLevel); in pumpTokenizer()
/external/webkit/Source/WebCore/
DChangeLog20390 PumpSession should not call currentTime() in the constructor
20418 (WebCore::PumpSession::PumpSession):
58965 (WebCore::PumpSession::PumpSession):
DChangeLog-2010-12-06116290 (WebCore::HTMLParserScheduler::PumpSession::PumpSession):
121428 (WebCore::HTML5DocumentParser::PumpSession::PumpSession):