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

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewFindApisTestBase.java41 boolean isDoneCounting);
48 int numberOfMatches, boolean isDoneCounting) {
51 isDoneCounting);
79 boolean isDoneCounting) {
80 if (isDoneCounting) set(numberOfMatches);
107 boolean isDoneCounting) {
108 if (isDoneCounting) set(activeMatchOrdinal);
40 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClient.java209 boolean isDoneCounting);
208 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
H A DAwContents.java2057 boolean isDoneCounting) {
2058 mContentsClient.onFindResultReceived(activeMatchOrdinal, numberOfMatches, isDoneCounting);
2056 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DNullContentsClient.java146 boolean isDoneCounting) {
145 onFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting) argument
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 161 milliseconds