Searched refs:nextInputCharacter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.h186 UChar nextInputCharacter() const { return m_nextInputCharacter; } function in class:WebCore::HTMLTokenizer::InputStreamPreprocessor
H A DHTMLTokenizer.cpp170 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
183 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
247 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
278 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();

Completed in 92 milliseconds