Home
last modified time | relevance | path

Searched refs:isDoneCounting (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DWebViewFindApisTestBase.java41 boolean isDoneCounting); in onFindResultReceived() argument
48 int numberOfMatches, boolean isDoneCounting) { in loadContentsFromStringSync()
51 isDoneCounting); in loadContentsFromStringSync()
79 boolean isDoneCounting) { in findAllAsyncOnUiThread()
80 if (isDoneCounting) set(numberOfMatches); in findAllAsyncOnUiThread()
107 boolean isDoneCounting) { in findNextOnUiThread()
108 if (isDoneCounting) set(activeMatchOrdinal); in findNextOnUiThread()
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DNullContentsClient.java146 boolean isDoneCounting) { in onFindResultReceived() argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClient.java274 boolean isDoneCounting); in onFindResultReceived() argument
DAwContents.java1997 boolean isDoneCounting) {
1998 mContentsClient.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);