Searched refs:WebViewClient (Results 1 - 17 of 17) sorted by relevance
/frameworks/support/webkit-codegen/src/test/resources/codegen/deps/android/webkit/ |
H A D | WebViewClient.java | 18 public class WebViewClient { class
|
/frameworks/support/webkit/src/main/java/androidx/webkit/ |
H A D | WebResourceErrorCompat.java | 20 import android.webkit.WebViewClient; 37 WebViewClient.ERROR_UNKNOWN, 38 WebViewClient.ERROR_HOST_LOOKUP, 39 WebViewClient.ERROR_UNSUPPORTED_AUTH_SCHEME, 40 WebViewClient.ERROR_AUTHENTICATION, 41 WebViewClient.ERROR_PROXY_AUTHENTICATION, 42 WebViewClient.ERROR_CONNECT, 43 WebViewClient.ERROR_IO, 44 WebViewClient.ERROR_TIMEOUT, 45 WebViewClient [all...] |
H A D | WebViewClientCompat.java | 25 import android.webkit.WebViewClient; 42 * Compatibility version of {@link android.webkit.WebViewClient}. 48 public class WebViewClientCompat extends WebViewClient implements WebViewClientBoundaryInterface { 60 WebViewClient.SAFE_BROWSING_THREAT_UNKNOWN, 61 WebViewClient.SAFE_BROWSING_THREAT_MALWARE, 62 WebViewClient.SAFE_BROWSING_THREAT_PHISHING, 63 WebViewClient.SAFE_BROWSING_THREAT_UNWANTED_SOFTWARE 263 * url is about to be loaded in the current WebView. If WebViewClient is not 265 * proper handler for the url. If WebViewClient is provided, return {@code true}
|
/frameworks/support/webkit-codegen/src/test/resources/codegen/ |
H A D | FilterMethods.java | 26 public void method3(WebViewClient client) {
|
H A D | WebKitTypeAsMethodReturn.java | 20 public WebViewClient method() {
|
H A D | WebKitTypeAsMethodParameter.java | 20 public void method(WebViewClient webViewClient);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | LooperAcceleration.java | 30 import android.webkit.WebViewClient; 61 wv.setWebViewClient(new WebViewClient());
|
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/ |
H A D | WebViewClientCompatTest.java | 27 import android.webkit.WebViewClient; 160 Assert.assertEquals(WebViewClient.ERROR_UNSUPPORTED_SCHEME, 181 Assert.assertEquals(WebViewClient.ERROR_UNSUPPORTED_SCHEME, 208 Assert.assertEquals(WebViewClient.ERROR_UNSAFE_RESOURCE,
|
/frameworks/layoutlib/bridge/src/android/webkit/ |
H A D | WebView.java | 215 public void setWebViewClient(WebViewClient client) {
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
H A D | PowerTestActivity.java | 30 import android.webkit.WebViewClient; 198 class SimpleWebViewClient extends WebViewClient {
|
/frameworks/base/core/java/android/webkit/ |
H A D | WebViewClient.java | 31 public class WebViewClient { class 35 * url is about to be loaded in the current WebView. If WebViewClient is not 37 * proper handler for the url. If WebViewClient is provided, return {@code true} 56 * url is about to be loaded in the current WebView. If WebViewClient is not 58 * proper handler for the url. If WebViewClient is provided, return {@code true} 483 * that of the function call. If the WebViewClient wishes to use the event beyond that, then it
|
H A D | WebViewProvider.java | 236 public void setWebViewClient(WebViewClient client); 238 public WebViewClient getWebViewClient();
|
H A D | WebView.java | 148 * <li>Creating and setting a {@link android.webkit.WebViewClient} subclass. 152 * android.webkit.WebViewClient#shouldOverrideUrlLoading(WebView,String) 181 * webview.setWebViewClient(new WebViewClient() { 1384 * {@link WebViewClient#onScaleChanged}. 1481 * passed to WebViewClient.onPageStarted because although the load for 1494 * as the URL passed to WebViewClient.onPageStarted because although the 1509 * until WebViewClient.onReceivedTitle is called. 1521 * page until WebViewClient.onReceivedIcon is called. 1913 * Sets the WebViewClient that will receive various notifications and 1916 * @param client an implementation of WebViewClient [all...] |
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | CaptivePortalLoginActivity.java | 49 import android.webkit.WebViewClient; 344 private class MyWebViewClient extends WebViewClient {
|
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/ |
H A D | CaptivePortalLoginActivity.java | 57 import android.webkit.WebViewClient; 385 private class MyWebViewClient extends WebViewClient {
|
/frameworks/base/config/ |
H A D | preloaded-classes | 3638 android.webkit.WebViewClient
|
H A D | boot-image-profile.txt | 7184 HPLandroid/webkit/WebViewClient;->onReceivedError(Landroid/webkit/WebView;Landroid/webkit/WebResourceRequest;Landroid/webkit/WebResourceError;)V 7185 HPLandroid/webkit/WebViewClient;->onReceivedHttpError(Landroid/webkit/WebView;Landroid/webkit/WebResourceRequest;Landroid/webkit/WebResourceResponse;)V 7186 HPLandroid/webkit/WebViewClient;->onUnhandledKeyEvent(Landroid/webkit/WebView;Landroid/view/KeyEvent;)V 7187 HPLandroid/webkit/WebViewClient;->shouldOverrideUrlLoading(Landroid/webkit/WebView;Landroid/webkit/WebResourceRequest;)Z [all...] |
Completed in 125 milliseconds