Searched defs:numberOfMatches (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java104 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
107 updateMatchCount(activeMatchOrdinal, numberOfMatches, numberOfMatches == 0);
H A DWebView.java318 * @param numberOfMatches how many matches have been found
321 * operation is underway, and the numberOfMatches
325 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
2162 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
2165 mFindDialogFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches,
2170 mUserFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches,
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java384 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
389 mFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);

Completed in 524 milliseconds