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

/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DBackgroundHTMLParser.cpp104 m_input.rewindTo(checkpoint->inputCheckpoint, checkpoint->unparsedInput);
109 void BackgroundHTMLParser::startedChunkWithCheckpoint(HTMLInputCheckpoint inputCheckpoint) argument
113 m_input.invalidateCheckpointsBefore(inputCheckpoint);
200 chunk->inputCheckpoint = m_input.createCheckpoint();
H A DBackgroundHTMLParser.h71 HTMLInputCheckpoint inputCheckpoint; member in struct:WebCore::BackgroundHTMLParser::Checkpoint
H A DHTMLDocumentParser.h96 HTMLInputCheckpoint inputCheckpoint; member in struct:WebCore::HTMLDocumentParser::ParsedChunk
H A DHTMLDocumentParser.cpp383 checkpoint->inputCheckpoint = lastChunkBeforeScript->inputCheckpoint;
405 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_backgroundParser, chunk->inputCheckpoint));

Completed in 75 milliseconds