Home
last modified time | relevance | path

Searched refs:shouldInterceptRequest (Results 1 – 25 of 52) sorted by relevance

123

/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DWebViewAssetLoaderTest.java82 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 …]
DServiceWorkerClientCompatTest.java104 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/
DAssetLoaderSimpleActivity.java53 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()
DAssetLoaderInternalStorageActivity.java70 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()
DUserAgentMetadataActivity.java66 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()
DAssetLoaderAjaxActivity.java64 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()
DDocumentStartJavaScriptActivity.java66 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()
DWebMessageListenerMaliciousWebsiteActivity.java61 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()
DWebMessageListenerActivity.java76 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/
DFrameworkServiceWorkerClient.java44 public @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in FrameworkServiceWorkerClient
46 return mImpl.shouldInterceptRequest(request); in shouldInterceptRequest()
DServiceWorkerClientAdapter.java42 public @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in ServiceWorkerClientAdapter
44 return mClient.shouldInterceptRequest(request); in shouldInterceptRequest()
/webkit/webkit/src/main/java/androidx/webkit/
DServiceWorkerClientCompat.java54 public abstract @Nullable WebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in ServiceWorkerClientCompat
DWebViewAssetLoader.java554 public @Nullable WebResourceResponse shouldInterceptRequest(@NonNull Uri url) { in shouldInterceptRequest() method in WebViewAssetLoader
/webkit/webkit/api/
D1.1.0-beta01.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
134 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.1.0-beta02.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
134 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
Drestricted_1.2.0-rc01.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
Drestricted_1.2.0-beta01.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.2.0-rc01.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.2.0-beta01.txt44 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
139 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.3.0-beta01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.3.0-rc01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
Drestricted_1.3.0-rc01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
Drestricted_1.4.0-beta01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
D1.4.0-beta01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…
Drestricted_1.3.0-beta01.txt48 …method @WorkerThread public abstract android.webkit.WebResourceResponse? shouldInterceptRequest(an…
148 …method @WorkerThread public android.webkit.WebResourceResponse? shouldInterceptRequest(android.net…

123