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

  /external/webkit/Source/WebCore/editing/
TextIterator.h 255 bool atEnd() const { return m_textIterator.atEnd(); }
257 int length() const { return m_textIterator.length() - m_runOffset; }
258 const UChar* characters() const { return m_textIterator.characters() + m_runOffset; }
269 TextIterator m_textIterator;
279 bool atEnd() const { return m_textIterator.atEnd(); }
289 SimplifiedBackwardsTextIterator m_textIterator;
300 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
322 TextIterator m_textIterator;
TextIterator.cpp     [all...]

Completed in 32 milliseconds