HomeSort by relevance Sort by last modified time
    Searched refs:shouldInterceptRequest (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsIoThreadClient.java 22 public InterceptedRequestData shouldInterceptRequest(String url, boolean isMainFrame);
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 InterceptedRequestData shouldInterceptRequest(final String url) {
AwContentsClient.java 151 public abstract InterceptedRequestData shouldInterceptRequest(String url);
AwContents.java 237 public InterceptedRequestData shouldInterceptRequest(final String url,
241 interceptedRequestData = mDefaultVideoPosterRequestHandler.shouldInterceptRequest(url);
244 interceptedRequestData = mContentsClient.shouldInterceptRequest(url);
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientGetDefaultVideoPosterTest.java 81 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL());
98 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL());
AwContentsClientShouldInterceptRequestTest.java 29 * Tests for the WebViewClient.shouldInterceptRequest() method.
78 public InterceptedRequestData shouldInterceptRequest(String url) {
AwSettingsTest.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 97 public WebResourceResponse shouldInterceptRequest(WebView view,
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 89 public static WebResourceResponse shouldInterceptRequest(Context context,
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 61 public InterceptedRequestData shouldInterceptRequest(String url) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 123 public WebResourceResponse shouldInterceptRequest(WebView view, String url) {
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 272 * @see AwContentsClient#shouldInterceptRequest(java.lang.String)
275 public InterceptedRequestData shouldInterceptRequest(String url) {
277 if (TRACE) Log.d(TAG, "shouldInterceptRequest=" + url);
278 WebResourceResponse response = mWebViewClient.shouldInterceptRequest(mWebView, url);
  /packages/apps/Browser/src/com/android/browser/
Tab.java 578 public WebResourceResponse shouldInterceptRequest(WebView view,
598 WebResourceResponse res = HomeProvider.shouldInterceptRequest(
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 548 milliseconds