| /webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/ |
| D | WebViewAssetLoaderTest.java | 82 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testCustomPathHandler() 87 assetLoader.shouldInterceptRequest(Uri.parse("https://foo.bar/"))); in testCustomPathHandler() 99 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testCustomDomain() 104 assetLoader.shouldInterceptRequest( in testCustomDomain() 117 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testAllowingHttp() 122 assetLoader.shouldInterceptRequest( in testAllowingHttp() 134 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testDisallowingHttp() 139 assetLoader.shouldInterceptRequest( in testDisallowingHttp() 162 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testHostAssets() 186 WebResourceResponse response = assetLoader.shouldInterceptRequest( in testHostResources() [all …]
|
| D | ServiceWorkerClientCompatTest.java | 104 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in ServiceWorkerClientCompatTest.InterceptClient 119 public @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in ServiceWorkerClientCompatTest.InterceptServiceWorkerClient
|
| /webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/ |
| D | AssetLoaderSimpleActivity.java | 53 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in AssetLoaderSimpleActivity.MyWebViewClient 55 return mAssetLoader.shouldInterceptRequest(request.getUrl()); in shouldInterceptRequest() 60 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in AssetLoaderSimpleActivity.MyWebViewClient 61 return mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | AssetLoaderInternalStorageActivity.java | 70 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in AssetLoaderInternalStorageActivity.MyWebViewClient 72 return mAssetLoader.shouldInterceptRequest(request.getUrl()); in shouldInterceptRequest() 78 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in AssetLoaderInternalStorageActivity.MyWebViewClient 79 return mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | UserAgentMetadataActivity.java | 66 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in UserAgentMetadataActivity.MyWebViewClient 68 return mAssetLoader.shouldInterceptRequest(request.getUrl()); in shouldInterceptRequest() 73 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in UserAgentMetadataActivity.MyWebViewClient 74 return mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | AssetLoaderAjaxActivity.java | 64 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in AssetLoaderAjaxActivity.MyWebViewClient 68 WebResourceResponse response = mAssetLoader.shouldInterceptRequest(url); in shouldInterceptRequest() 76 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in AssetLoaderAjaxActivity.MyWebViewClient 78 WebResourceResponse response = mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | DocumentStartJavaScriptActivity.java | 66 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in DocumentStartJavaScriptActivity.MyWebViewClient 68 return mAssetLoader.shouldInterceptRequest(request.getUrl()); in shouldInterceptRequest() 73 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in DocumentStartJavaScriptActivity.MyWebViewClient 74 return mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | WebMessageListenerMaliciousWebsiteActivity.java | 61 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in WebMessageListenerMaliciousWebsiteActivity.MyWebViewClient 64 WebResourceResponse response = loader.shouldInterceptRequest( in shouldInterceptRequest() 75 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in WebMessageListenerMaliciousWebsiteActivity.MyWebViewClient 77 WebResourceResponse response = loader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| D | WebMessageListenerActivity.java | 76 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in WebMessageListenerActivity.MyWebViewClient 78 return mAssetLoader.shouldInterceptRequest(request.getUrl()); in shouldInterceptRequest() 83 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { in shouldInterceptRequest() method in WebMessageListenerActivity.MyWebViewClient 84 return mAssetLoader.shouldInterceptRequest(Uri.parse(url)); in shouldInterceptRequest()
|
| /webkit/webkit/src/main/java/androidx/webkit/internal/ |
| D | FrameworkServiceWorkerClient.java | 44 public @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in FrameworkServiceWorkerClient 46 return mImpl.shouldInterceptRequest(request); in shouldInterceptRequest()
|
| D | ServiceWorkerClientAdapter.java | 42 public @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in ServiceWorkerClientAdapter 44 return mClient.shouldInterceptRequest(request); in shouldInterceptRequest()
|
| /webkit/webkit/src/main/java/androidx/webkit/ |
| D | ServiceWorkerClientCompat.java | 54 public abstract @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in ServiceWorkerClientCompat
|
| D | WebViewAssetLoader.java | 554 public @Nullable WebResourceResponse shouldInterceptRequest(@NonNull Uri url) { in shouldInterceptRequest() method in WebViewAssetLoader
|
| /webkit/webkit/api/ |
| D | 1.1.0-beta01.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 134 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.1.0-beta02.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 134 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | restricted_1.2.0-rc01.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | restricted_1.2.0-beta01.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.2.0-rc01.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.2.0-beta01.txt | 44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.3.0-beta01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.3.0-rc01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | restricted_1.3.0-rc01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | restricted_1.4.0-beta01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | 1.4.0-beta01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|
| D | restricted_1.3.0-beta01.txt | 48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an… 148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
|