HomeSort by relevance Sort by last modified time
    Searched refs:m_lastMatchCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 160 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1;
167 if (m_activeMatchIndexInCurrentFrame + 1 > m_lastMatchCount)
170 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1;
214 m_lastMatchCount = 0;
314 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
333 m_lastMatchCount += matchCount;
372 m_lastFindRequestCompletedWithNoMatches = !m_lastMatchCount;
607 , m_lastMatchCount(-1)
645 if (finder.m_lastMatchCount > 0)
646 ordinal += finder.m_lastMatchCount;
    [all...]
TextFinder.h 221 int m_lastMatchCount;

Completed in 613 milliseconds