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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 316 bool atEnd() const { return m_textIterator.atEnd(); }
318 int length() const { return m_textIterator.length() - m_runOffset; }
319 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
322 void appendTextTo(BufferType& output) { m_textIterator.appendTextTo(output, m_runOffset); }
334 TextIterator m_textIterator;
344 bool atEnd() const { return m_textIterator.atEnd(); }
353 SimplifiedBackwardsTextIterator m_textIterator;
364 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); }
376 TextIterator m_textIterator;
TextIterator.cpp     [all...]

Completed in 167 milliseconds