Searched refs:mWrappedClient (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebChromeClient.java40 private WebChromeClient mWrappedClient; field in class:TestWebChromeClient
43 mWrappedClient = wrappedClient;
49 mWrappedClient.onProgressChanged(view, newProgress);
55 mWrappedClient.onReceivedTitle(view, title);
61 mWrappedClient.onReceivedIcon(view, icon);
68 mWrappedClient.onReceivedTouchIconUrl(view, url, precomposed);
74 mWrappedClient.onShowCustomView(view, callback);
80 mWrappedClient.onHideCustomView();
95 mWrappedClient.onRequestFocus(view);
101 mWrappedClient
[all...]
H A DTestWebViewClient.java39 private WebViewClient mWrappedClient; field in class:TestWebViewClient
42 mWrappedClient = wrappedClient;
48 return mWrappedClient.shouldOverrideUrlLoading(view, url);
54 mWrappedClient.onPageStarted(view, url, favicon);
60 mWrappedClient.onPageFinished(view, url);
66 mWrappedClient.onLoadResource(view, url);
74 mWrappedClient.onTooManyRedirects(view, cancelMsg, continueMsg);
81 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
88 mWrappedClient.onFormResubmission(view, dontResend, resend);
95 mWrappedClient
[all...]

Completed in 119 milliseconds