Home | History | Annotate | Download | only in win

Lines Matching full:m_index

6509     UINT m_index;
6512 EnumTextMatches(Vector<IntRect>* rects) : m_index(0), m_ref(1)
6544 if (m_index < m_rects.size()) {
6547 *rect = m_rects[m_index];
6548 m_index++;
6559 m_index += celt;
6564 m_index = 0;