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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserScheduler.cpp 59 PumpSession::PumpSession(unsigned& nestingLevel, Document* document)
72 PumpSession::~PumpSession()
102 void HTMLParserScheduler::checkForYieldBeforeScript(PumpSession& session)
HTMLParserScheduler.h 49 class PumpSession : public NestingLevelIncrementer, public ActiveParserSession {
51 PumpSession(unsigned& nestingLevel, Document*);
52 ~PumpSession();
70 void checkForYieldBeforeToken(PumpSession& session)
87 void checkForYieldBeforeScript(PumpSession&);

Completed in 393 milliseconds