Home
last modified time | relevance | path

Searched refs:m_matchCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h783 int m_matchCount; variable
DWebViewCore.cpp438 , m_matchCount(0) in WebViewCore()
4283 m_matchCount = 0; in resetFindOnPage()
4301 m_matchCount += frame->editor()->countMatchesForText(text, findOptions, in findTextOnPage()
4306 m_activeMatchIndex = m_matchCount - 1; // prime first findNext in findTextOnPage()
4307 return m_matchCount; in findTextOnPage()
4314 if (!m_matchCount) in findNextOnPage()
4349 if (m_activeMatchIndex == m_matchCount) in findNextOnPage()
4353 m_activeMatchIndex = m_matchCount; in findNextOnPage()