Lines Matching refs:m_activeMatchIndex
1535 m_activeMatchIndex = 0; in find()
1537 m_activeMatchIndex = m_lastMatchCount - 1; in find()
1541 options.forward ? ++m_activeMatchIndex : --m_activeMatchIndex; in find()
1542 if (m_activeMatchIndex + 1 > m_lastMatchCount) in find()
1543 m_activeMatchIndex = 0; in find()
1544 if (m_activeMatchIndex == -1) in find()
1545 m_activeMatchIndex = m_lastMatchCount - 1; in find()
1549 reportFindInPageSelection(*selectionRect, m_activeMatchIndex + 1, identifier); in find()
1681 m_activeMatchIndex = matchCount - 1; in scopeStringMatches()
1688 m_activeMatchIndex + 1, in scopeStringMatches()
1757 m_activeMatchIndex = -1; in cancelPendingScopingEffort()
1901 , m_activeMatchIndex(-1) in WebFrameImpl()