OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWrappedClient
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java
40
private WebChromeClient
mWrappedClient
;
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
.onCloseWindow(window)
[
all
...]
TestWebViewClient.java
38
private WebViewClient
mWrappedClient
;
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
.doUpdateVisitedHistory(view, url, isReload)
[
all
...]
Completed in 111 milliseconds