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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.cpp49 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
[all...]
H A DHTMLTokenizer.h176 class InputStreamPreprocessor { class in class:WebCore::HTMLTokenizer
177 WTF_MAKE_NONCOPYABLE(InputStreamPreprocessor);
179 InputStreamPreprocessor(HTMLTokenizer* tokenizer) function in class:WebCore::HTMLTokenizer::InputStreamPreprocessor
311 InputStreamPreprocessor m_inputStreamPreprocessor;

Completed in 1478 milliseconds