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.java38 private WebViewClient mWrappedClient; field in class:TestWebViewClient
41 mWrappedClient = wrappedClient;
47 return mWrappedClient.shouldOverrideUrlLoading(view, url);
53 mWrappedClient.onPageStarted(view, url, favicon);
59 mWrappedClient.onPageFinished(view, url);
65 mWrappedClient.onLoadResource(view, url);
73 mWrappedClient.onTooManyRedirects(view, cancelMsg, continueMsg);
80 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
87 mWrappedClient.onFormResubmission(view, dontResend, resend);
94 mWrappedClient
[all...]

Completed in 77 milliseconds