Home
last modified time | relevance | path

Searched defs:shouldInterceptRequest (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsIoThreadClient.java43 public abstract AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContentsIoThreadClient
49 protected AwWebResourceResponse shouldInterceptRequest(String url, boolean isMainFrame, in shouldInterceptRequest() method in AwContentsIoThreadClient
DDefaultVideoPosterRequestHandler.java87 public AwWebResourceResponse shouldInterceptRequest(final String url) { in shouldInterceptRequest() method in DefaultVideoPosterRequestHandler
DAwContentsClient.java174 public abstract AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContentsClient
DAwContents.java320 public AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContents.IoThreadClientImpl
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DNullContentsClient.java69 public AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in NullContentsClient
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwContentsClientShouldInterceptRequestTest.java90 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) { in shouldInterceptRequest() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient