Searched refs:shouldInterceptRequest (Results 1 – 5 of 5) sorted by relevance
95 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest() method in WebViewClient
866 mCallbackProxy.shouldInterceptRequest(url)); in startLoadingResource()946 private WebResourceResponse shouldInterceptRequest(String url) { in shouldInterceptRequest() method in BrowserFrame951 WebResourceResponse response = mCallbackProxy.shouldInterceptRequest(url); in shouldInterceptRequest()
1073 WebResourceResponse shouldInterceptRequest(String url) { in shouldInterceptRequest() method in CallbackProxy1079 mWebViewClient.shouldInterceptRequest(mWebView, url); in shouldInterceptRequest()
25313 …method public android.webkit.WebResourceResponse shouldInterceptRequest(android.webkit.WebView, ja…