Home | History | Annotate | Download | only in win

Lines Matching refs:m_index

6244 m_index;
6247 EnumTextMatches(Vector<IntRect>* rects) : m_index(0), m_ref(1)
6279 if (m_index < m_rects.size()) {
6282 *rect = m_rects[m_index];
6283 m_index++;
6294 m_index += celt;
6299 m_index = 0;