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

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java102 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
105 updateMatchCount(activeMatchOrdinal, numberOfMatches, numberOfMatches == 0);
H A DWebView.java315 * @param numberOfMatches how many matches have been found
318 * operation is underway, and the numberOfMatches
322 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
2153 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
2156 mFindDialogFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches,
2161 mUserFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches,
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java380 public void onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, argument
385 mFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);

Completed in 133 milliseconds