Searched refs:m_textRun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRunIterator.h39 : m_textRun(0)
45 : m_textRun(textRun)
51 : m_textRun(other.m_textRun)
58 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
59 UChar current() const { return (*m_textRun)[m_offset]; }
65 return m_offset == other.m_offset && m_textRun == other.m_textRun;
71 const TextRun* m_textRun; member in class:blink::TextRunIterator
[all...]

Completed in 55 milliseconds