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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 335 int length() const { return m_textIterator.length() - m_runOffset; }
336 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
339 void appendTextTo(BufferType& output) { m_textIterator.appendTextTo(output, m_runOffset); }
356 int m_runOffset;
376 int m_runOffset;
TextIterator.cpp     [all...]

Completed in 410 milliseconds