Home | History | Annotate | Download | only in src

Lines Matching refs:m_lastMatchCount

1537                     m_activeMatchIndex = m_lastMatchCount - 1;
1542 if (m_activeMatchIndex + 1 > m_lastMatchCount)
1545 m_activeMatchIndex = m_lastMatchCount - 1;
1595 m_lastMatchCount = 0;
1716 m_lastMatchCount += matchCount;
1904 , m_lastMatchCount(-1)
2270 if (it->m_lastMatchCount > 0)
2271 ordinal += it->m_lastMatchCount;
2288 if (m_scopingComplete && !m_lastSearchString.isEmpty() && !m_lastMatchCount) {
2321 if (m_lastMatchCount > m_nextInvalidateAfter) {
2331 int i = (m_lastMatchCount / startSlowingDownAfter);