Searched refs:m_lastMatchCount (Results 1 – 2 of 2) sorted by relevance
159 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1; in find()166 if (m_activeMatchIndexInCurrentFrame + 1 > m_lastMatchCount) in find()169 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1; in find()213 m_lastMatchCount = 0; in scopeStringMatches()313 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount)); in scopeStringMatches()332 m_lastMatchCount += matchCount; in scopeStringMatches()371 m_lastFindRequestCompletedWithNoMatches = !m_lastMatchCount; in finishCurrentScopingEffort()606 , m_lastMatchCount(-1) in TextFinder()644 if (finder.m_lastMatchCount > 0) in ordinalOfFirstMatchForFrame()645 ordinal += finder.m_lastMatchCount; in ordinalOfFirstMatchForFrame()[all …]
219 int m_lastMatchCount; variable