HomeSort by relevance Sort by last modified time
    Searched refs:inputCheckpoint (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.cpp 157 m_input.rewindTo(checkpoint->inputCheckpoint, checkpoint->unparsedInput);
162 void BackgroundHTMLParser::startedChunkWithCheckpoint(HTMLInputCheckpoint inputCheckpoint)
166 m_input.invalidateCheckpointsBefore(inputCheckpoint);
253 chunk->inputCheckpoint = m_input.createCheckpoint(m_pendingTokens->size());
BackgroundHTMLParser.h 65 HTMLInputCheckpoint inputCheckpoint;
HTMLDocumentParser.h 98 HTMLInputCheckpoint inputCheckpoint;
HTMLDocumentParser.cpp 422 checkpoint->inputCheckpoint = lastChunkBeforeScript->inputCheckpoint;
453 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_backgroundParser, chunk->inputCheckpoint));
    [all...]

Completed in 415 milliseconds