Home | History | Annotate | Download | only in nav

Lines Matching refs:m_textRun

59         : m_textRun(0)
65 : m_textRun(textRun)
71 : m_textRun(other.m_textRun)
78 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
79 UChar current() const { return (*m_textRun)[m_offset]; }
84 return m_offset == other.m_offset && m_textRun == other.m_textRun;
90 const TextRun* m_textRun;