/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsIoThreadClient.java | 43 public abstract AwWebResourceResponse shouldInterceptRequest( 49 protected AwWebResourceResponse shouldInterceptRequest(String url, boolean isMainFrame, 62 return shouldInterceptRequest(params);
|
DefaultVideoPosterRequestHandler.java | 21 * This class takes advantage of shouldInterceptRequest(), returns the bitmap from 24 * The shouldInterceptRequest is used to get the default video poster, if the url is 87 public AwWebResourceResponse shouldInterceptRequest(final String url) {
|
AwContentsClient.java | 153 * Parameters for the {@link AwContentsClient#shouldInterceptRequest} method. 174 public abstract AwWebResourceResponse shouldInterceptRequest(
|
AwContents.java | 320 public AwWebResourceResponse shouldInterceptRequest( 325 awWebResourceResponse = mDefaultVideoPosterRequestHandler.shouldInterceptRequest(url); 328 awWebResourceResponse = mContentsClient.shouldInterceptRequest(params); [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 99 * @deprecated Use {@link #shouldInterceptRequest(WebView, WebResourceRequest) 100 * shouldInterceptRequest(WebView, WebResourceRequest)} instead. 103 public WebResourceResponse shouldInterceptRequest(WebView view, 123 public WebResourceResponse shouldInterceptRequest(WebView view, 125 return shouldInterceptRequest(view, request.getUrl().toString());
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientGetDefaultVideoPosterTest.java | 81 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL()); 98 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL());
|
CookieManagerStartupTest.java | 123 public AwWebResourceResponse shouldInterceptRequest(
|
AwContentsClientShouldInterceptRequestTest.java | 33 * Tests for the WebViewClient.shouldInterceptRequest() method. 90 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) { 526 final String clientResponseHeaderValue = "shouldInterceptRequest"; [all...] |
AwSettingsTest.java | [all...] |
/packages/apps/Browser/src/com/android/browser/homepages/ |
HomeProvider.java | 89 public static WebResourceResponse shouldInterceptRequest(Context context,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SecureConversationViewFragment.java | 61 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { 70 return super.shouldInterceptRequest(view, url);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
EmlMessageViewFragment.java | 104 public WebResourceResponse shouldInterceptRequest(WebView view, String url) { 112 return super.shouldInterceptRequest(view, url);
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
NullContentsClient.java | 69 public AwWebResourceResponse shouldInterceptRequest(
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewClientTest.java | 349 // Test that shouldInterceptRequest is called with the correct parameters 369 public WebResourceResponse shouldInterceptRequest(WebView view, 415 // Test that the WebResourceResponse returned by shouldInterceptRequest is handled correctly 432 public WebResourceResponse shouldInterceptRequest(WebView view,
|
GeolocationTest.java | 124 public WebResourceResponse shouldInterceptRequest(WebView view, String url) {
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewContentsClientAdapter.java | 307 * @see AwContentsClient#shouldInterceptRequest(java.lang.String) 310 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) { 312 if (TRACE) Log.d(TAG, "shouldInterceptRequest=" + params.url); 313 WebResourceResponse response = mWebViewClient.shouldInterceptRequest(mWebView, [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Tab.java | 607 public WebResourceResponse shouldInterceptRequest(WebView view, 627 WebResourceResponse res = HomeProvider.shouldInterceptRequest( [all...] |
/prebuilts/sdk/21/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |
/external/robolectric/lib/main/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |