Home | History | Annotate | Download | only in src

Lines Matching refs:m_activeMatchIndex

1535                     m_activeMatchIndex = 0;
1537 m_activeMatchIndex = m_lastMatchCount - 1;
1540 // |m_activeMatchIndex|, wrapping if needed (on single frame pages).
1541 options.forward ? ++m_activeMatchIndex : --m_activeMatchIndex;
1542 if (m_activeMatchIndex + 1 > m_lastMatchCount)
1543 m_activeMatchIndex = 0;
1544 if (m_activeMatchIndex == -1)
1545 m_activeMatchIndex = m_lastMatchCount - 1;
1549 reportFindInPageSelection(*selectionRect, m_activeMatchIndex + 1, identifier);
1681 m_activeMatchIndex = matchCount - 1;
1688 m_activeMatchIndex + 1,
1757 m_activeMatchIndex = -1;
1901 , m_activeMatchIndex(-1)