Searched defs:isDoneCounting (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
H A D | FindActionModeCallback.java | 103 boolean isDoneCounting) { 104 if (isDoneCounting) { 102 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
|
H A D | WebView.java | 307 * @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 D | WebViewContentsClientAdapter.java | 341 boolean isDoneCounting) { 345 mFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting); 340 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
|
Completed in 80 milliseconds