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

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java105 boolean isDoneCounting) {
106 if (isDoneCounting) {
104 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
H A DWebView.java319 * @param isDoneCounting whether the find operation has actually completed. The listener
323 * isDoneCounting is true.
326 boolean isDoneCounting);
2163 boolean isDoneCounting) {
2166 isDoneCounting);
2171 isDoneCounting);
325 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
2162 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java385 boolean isDoneCounting) {
389 mFindListener.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);
384 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument

Completed in 19 milliseconds