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

  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp 49 const UChar HTMLTokenizer::InputStreamPreprocessor::endOfFileMarker = 0;
316 } else if (cc == InputStreamPreprocessor::endOfFileMarker)
337 else if (cc == InputStreamPreprocessor::endOfFileMarker)
356 else if (cc == InputStreamPreprocessor::endOfFileMarker)
368 else if (cc == InputStreamPreprocessor::endOfFileMarker)
378 if (cc == InputStreamPreprocessor::endOfFileMarker)
421 } else if (cc == InputStreamPreprocessor::endOfFileMarker) {
445 } if (cc == InputStreamPreprocessor::endOfFileMarker) {
657 else if (cc == InputStreamPreprocessor::endOfFileMarker) {
673 else if (cc == InputStreamPreprocessor::endOfFileMarker)
    [all...]
HTMLTokenizer.h 176 class InputStreamPreprocessor {
177 WTF_MAKE_NONCOPYABLE(InputStreamPreprocessor);
179 InputStreamPreprocessor(HTMLTokenizer* tokenizer)
311 InputStreamPreprocessor m_inputStreamPreprocessor;

Completed in 296 milliseconds