Searched refs:WebChromeClient (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/docs/html/guide/webapps/ |
D | debugging.jd | 90 provide a {@link android.webkit.WebChromeClient} 91 that implements the {@link android.webkit.WebChromeClient#onConsoleMessage(String,int,String) 95 android.webkit.WebChromeClient#onConsoleMessage(String,int,String)} method introduced in API 97 android.webkit.WebChromeClient#onConsoleMessage(ConsoleMessage)} in API Level 8.</p> 100 greater), you must implement {@link android.webkit.WebChromeClient} and override the appropriate 102 android.webkit.WebChromeClient#onConsoleMessage(String,int,String) onConsoleMessage()} callback 103 method. Then, apply the {@link android.webkit.WebChromeClient} to your {@link 104 android.webkit.WebView} with {@link android.webkit.WebView#setWebChromeClient(WebChromeClient) 108 android.webkit.WebChromeClient#onConsoleMessage(String,int,String)} might look:</p> 112 myWebView.setWebChromeClient(new WebChromeClient() { [all …]
|
/frameworks/base/docs/html/sdk/api_diff/7/ |
D | missingSinces.txt | 4 NO DOC BLOCK: android.webkit.WebChromeClient.CustomViewCallback Interface 17 NO DOC BLOCK: android.webkit.WebChromeClient Method getDefaultVideoPoster() 29 NO DOC BLOCK: android.webkit.WebChromeClient Method getVideoLoadingProgressView() 30 NO DOC BLOCK: android.webkit.WebChromeClient Method getVisitedHistory(android.webkit.ValueCallback<… 36 NO DOC BLOCK: android.webkit.WebChromeClient Method onConsoleMessage(java.lang.String, int, java.la… 39 NO DOC BLOCK: android.webkit.WebChromeClient Method onHideCustomView() 40 NO DOC BLOCK: android.webkit.WebChromeClient Method onJsTimeout() 41 NO DOC BLOCK: android.webkit.WebChromeClient Method onReachedMaxAppCacheSize(long, long, android.we… 42 NO DOC BLOCK: android.webkit.WebChromeClient Method onReceivedTouchIconUrl(android.webkit.WebView, … 43 NO DOC BLOCK: android.webkit.WebChromeClient Method onShowCustomView(android.view.View, android.web…
|
/frameworks/base/core/java/android/webkit/ |
D | PluginFullScreenHolder.java | 84 WebChromeClient client = mWebView.getWebChromeClient(); in show() 89 WebChromeClient client = mWebView.getWebChromeClient(); in hide() 133 private final WebChromeClient.CustomViewCallback mCallback = 134 new WebChromeClient.CustomViewCallback() {
|
D | HTML5VideoFullScreen.java | 211 private final WebChromeClient.CustomViewCallback mCallback = 212 new WebChromeClient.CustomViewCallback() { 263 WebChromeClient client = webView.getWebChromeClient(); in enterFullScreenVideoState()
|
D | HTML5VideoViewProxy.java | 171 WebChromeClient client, int videoLayerId) { in play() 319 WebChromeClient client = mWebView.getWebChromeClient(); in handleMessage() 342 WebChromeClient client = mWebView.getWebChromeClient(); in handleMessage() 349 WebChromeClient client = mWebView.getWebChromeClient(); in handleMessage()
|
D | WebChromeClient.java | 25 public class WebChromeClient { class
|
D | CallbackProxy.java | 63 private volatile WebChromeClient mWebChromeClient; 178 public void setWebChromeClient(WebChromeClient client) { in setWebChromeClient() 186 public WebChromeClient getWebChromeClient() { in getWebChromeClient()
|
D | WebView.java | 3939 public void setWebChromeClient(WebChromeClient client) { in setWebChromeClient() 3950 public WebChromeClient getWebChromeClient() { in getWebChromeClient()
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
D | PowerTestActivity.java | 27 import android.webkit.WebChromeClient; 230 class SimpleChromeClient extends WebChromeClient {
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | ReliabilityTestActivity.java | 32 import android.webkit.WebChromeClient; 236 class SimpleChromeClient extends WebChromeClient {
|
D | TestShellActivity.java | 47 import android.webkit.WebChromeClient; 639 private final WebChromeClient mChromeClient = new WebChromeClient() {
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
D | WebView.java | 233 public void setWebChromeClient(WebChromeClient client) { in setWebChromeClient()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | LayoutTestsExecutor.java | 42 import android.webkit.WebChromeClient; 190 private WebChromeClient mWebChromeClient = new WebChromeClient() {
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 215 NO DOC BLOCK: android.webkit.WebChromeClient Method onExceededDatabaseQuota(java.lang.String, java.… 216 NO DOC BLOCK: android.webkit.WebChromeClient Method onGeolocationPermissionsHidePrompt() 217 NO DOC BLOCK: android.webkit.WebChromeClient Method onGeolocationPermissionsShowPrompt(java.lang.St…
|
/frameworks/base/docs/html/sdk/ |
D | android-2.1.jd | 240 <li>New {@link android.webkit.WebChromeClient} methods for handling video,
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 192 NO DOC BLOCK: android.webkit.WebChromeClient Method onConsoleMessage(android.webkit.ConsoleMessage) 193 NO DOC BLOCK: android.webkit.WebChromeClient Method onConsoleMessage(java.lang.String, int, java.la…
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 538 http://developer.android.com/reference/android/webkit/WebChromeClient.html 2526 http://developer.android.com/reference/android/webkit/WebChromeClient.CustomViewCallback.html 4073 http://developer.android.com/sdk/api_diff/8/changes/android.webkit.WebChromeClient.html 4456 http://developer.android.com/sdk/api_diff/5/changes/android.webkit.WebChromeClient.html 4624 http://developer.android.com/sdk/api_diff/7/changes/android.webkit.WebChromeClient.html
|
/frameworks/base/api/ |
D | current.txt | 24936 public class WebChromeClient { 24937 ctor public WebChromeClient(); 24960 …method public void onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCa… 24961 …method public void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomV… 24964 public static abstract interface WebChromeClient.CustomViewCallback { 25263 method public void setWebChromeClient(android.webkit.WebChromeClient);
|
D | 14.txt | 24936 public class WebChromeClient { 24937 ctor public WebChromeClient(); 24960 …method public void onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCa… 24961 …method public void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomV… 24964 public static abstract interface WebChromeClient.CustomViewCallback { 25263 method public void setWebChromeClient(android.webkit.WebChromeClient);
|