Home
last modified time | relevance | path

Searched refs:getWebChromeClient (Results 1 – 25 of 42) sorted by relevance

12

/webkit/webkit/src/main/java/androidx/webkit/internal/
DApiHelperForO.java65 public static @Nullable WebChromeClient getWebChromeClient(@NonNull WebView webView) { in getWebChromeClient() method in ApiHelperForO
66 return webView.getWebChromeClient(); in getWebChromeClient()
DWebViewProviderAdapter.java132 public @Nullable WebChromeClient getWebChromeClient() { in getWebChromeClient() method in WebViewProviderAdapter
133 return mImpl.getWebChromeClient(); in getWebChromeClient()
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebViewOnUiThread.java395 public @Nullable WebChromeClient getWebChromeClient() { in getWebChromeClient() method in WebViewOnUiThread
396 return getWebChromeClient(mWebView); in getWebChromeClient()
399 public static @Nullable WebChromeClient getWebChromeClient(final @NonNull WebView webView) { in getWebChromeClient() method in WebViewOnUiThread
400 return WebkitUtils.onMainThreadSync(() -> WebViewCompat.getWebChromeClient(webView)); in getWebChromeClient()
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebViewCompatTest.java307 WebChromeClient client = WebViewOnUiThread.getWebChromeClient(webView); in testGetWebChromeClient()
314 assertSame(client2, WebViewOnUiThread.getWebChromeClient(webView)); in testGetWebChromeClient()
/webkit/webkit/src/main/java/androidx/webkit/
DWebViewCompat.java898 public static @Nullable WebChromeClient getWebChromeClient(@NonNull WebView webview) { in getWebChromeClient() method in WebViewCompat
901 return ApiHelperForO.getWebChromeClient(webview); in getWebChromeClient()
904 return getProvider(webview).getWebChromeClient(); in getWebChromeClient()
/webkit/webkit/api/
D1.1.0-beta01.txt177 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.1.0-beta02.txt177 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.2.0-rc01.txt182 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.2.0-beta01.txt182 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.2.0-rc01.txt182 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.2.0-beta01.txt182 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.3.0-beta01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.3.0-rc01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.3.0-rc01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.4.0-beta01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.4.0-beta01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.3.0-beta01.txt192 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.5.0-beta02.txt197 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.5.0-beta01.txt197 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.5.0-beta02.txt197 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.5.0-beta01.txt197 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.1.0-beta01.txt215 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.6.0-beta01.txt213 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
D1.7.0-beta01.txt224 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…
Drestricted_1.7.0-beta02.txt224 …isFeatureSupported") public static android.webkit.WebChromeClient? getWebChromeClient(android.webk…

12