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 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); }
331 int m_runOffset;
350 int m_runOffset;
TextIterator.cpp     [all...]

Completed in 54 milliseconds