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

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java103 boolean isDoneCounting) {
104 if (isDoneCounting) {
102 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
H A DWebView.java307 * @param isDoneCounting whether the find operation has actually completed. The listener
311 * isDoneCounting is true.
314 boolean isDoneCounting);
2032 boolean isDoneCounting) {
2035 isDoneCounting);
2040 isDoneCounting);
313 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
2031 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java341 boolean isDoneCounting) {
345 mFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);
340 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument

Completed in 80 milliseconds