Searched refs:PumpSession (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLParserScheduler.h40 class PumpSession : public NestingLevelIncrementer { class in namespace:WebCore
42 PumpSession(unsigned& nestingLevel) function in class:WebCore::PumpSession
68 void checkForYieldBeforeToken(PumpSession& session)
83 void checkForYieldBeforeScript(PumpSession&);
H A DHTMLDocumentParser.h54 class PumpSession;
122 bool canTakeNextToken(SynchronousMode, PumpSession&);
H A DHTMLParserScheduler.cpp89 void HTMLParserScheduler::checkForYieldBeforeScript(PumpSession& session)
H A DHTMLDocumentParser.cpp208 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session)
252 PumpSession session(m_pumpSessionNestingLevel);

Completed in 444 milliseconds