OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWrappedClient
(Results
1 - 3
of
3
) 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
37
private WebViewClient
mWrappedClient
;
40
mWrappedClient
= wrappedClient;
46
return
mWrappedClient
.shouldOverrideUrlLoading(view, url);
52
mWrappedClient
.onPageStarted(view, url, favicon);
58
mWrappedClient
.onPageFinished(view, url);
64
mWrappedClient
.onLoadResource(view, url);
72
mWrappedClient
.onTooManyRedirects(view, cancelMsg, continueMsg);
79
mWrappedClient
.onReceivedError(view, errorCode, description, failingUrl);
86
mWrappedClient
.onFormResubmission(view, dontResend, resend);
93
mWrappedClient
.doUpdateVisitedHistory(view, url, isReload)
[
all
...]
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestContentViewClientWrapper.java
22
private ContentViewClient
mWrappedClient
;
26
mWrappedClient
= wrappedClient;
32
mWrappedClient
.onUpdateTitle(title);
37
return
mWrappedClient
.shouldOverrideKeyEvent(event);
43
mWrappedClient
.onImeEvent();
49
return
mWrappedClient
.getSelectActionModeCallback(context, actionHandler, incognito);
55
mWrappedClient
.onContextualActionBarShown();
61
mWrappedClient
.onContextualActionBarHidden();
67
mWrappedClient
.onStartContentIntent(context, contentUrl);
Completed in 171 milliseconds