webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::PumpSession Class Reference

#include <HTMLParserScheduler.h>

Inheritance diagram for WebCore::PumpSession:
WebCore::NestingLevelIncrementer WebCore::ActiveParserSession

Public Member Functions

 PumpSession (unsigned &nestingLevel, Document *)
 
 ~PumpSession ()
 
- Public Member Functions inherited from WebCore::NestingLevelIncrementer
 NestingLevelIncrementer (unsigned &nestingLevel)
 
 ~NestingLevelIncrementer ()
 
- Public Member Functions inherited from WebCore::ActiveParserSession
 ActiveParserSession (Document *)
 
 ~ActiveParserSession ()
 

Public Attributes

unsigned processedTokens
 
double startTime
 
bool didSeeScript
 

Constructor & Destructor Documentation

◆ PumpSession()

WebCore::PumpSession::PumpSession ( unsigned &  nestingLevel,
Document document 
)

◆ ~PumpSession()

WebCore::PumpSession::~PumpSession ( )

Member Data Documentation

◆ didSeeScript

bool WebCore::PumpSession::didSeeScript

◆ processedTokens

unsigned WebCore::PumpSession::processedTokens

◆ startTime

double WebCore::PumpSession::startTime

The documentation for this class was generated from the following files: