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

  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.h 186 UChar nextInputCharacter() const { return m_nextInputCharacter; }
HTMLTokenizer.cpp 170 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
183 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
247 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
278 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
    [all...]

Completed in 80 milliseconds