Searched refs:matchCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
162 mNumberOfMatches = matchCount;
H A DWebViewCore.java1726 int matchCount = nativeFindAll(mNativeClass, request.mSearchText);
1729 request.mMatchCount = matchCount;
H A DWebViewClassic.java7580 int matchCount, matchIndex;
7582 matchCount = request.mMatchCount;
7586 mFindCallback.updateMatchCount(matchIndex, matchCount, false);
7589 mFindListener.onFindResultReceived(matchIndex, matchCount, true);

Completed in 152 milliseconds