Home | History | Annotate | Download | only in parser

Lines Matching refs:Checkpoint

138 void HTMLTokenizer::createCheckpoint(Checkpoint& result) const
148 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint)
151 m_options = checkpoint.options;
152 m_state = checkpoint.state;
153 m_additionalAllowedCharacter = checkpoint.additionalAllowedCharacter;
154 m_inputStreamPreprocessor.reset(checkpoint.skipNextNewLine);
155 m_shouldAllowCDATA = checkpoint.shouldAllowCDATA;