Searched refs:m_lastMatchCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp160 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...]
H A DTextFinder.h221 int m_lastMatchCount; member in class:blink::TextFinder

Completed in 27 milliseconds