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

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
MarkupTokenizerInlines.h 76 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
89 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
InputStreamPreprocessor.h 49 ALWAYS_INLINE UChar nextInputCharacter() const { return m_nextInputCharacter; }
HTMLTokenizer.cpp 196 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
229 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTTokenizer.cpp 47 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
91 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();

Completed in 1046 milliseconds