Home
last modified time | relevance | path

Searched refs:shouldInterceptRequest (Results 1 – 9 of 9) 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
62 return shouldInterceptRequest(params); in shouldInterceptRequest()
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
325 awWebResourceResponse = mDefaultVideoPosterRequestHandler.shouldInterceptRequest(url); in shouldInterceptRequest()
328 awWebResourceResponse = mContentsClient.shouldInterceptRequest(params); in shouldInterceptRequest()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwContentsClientGetDefaultVideoPosterTest.java81 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL()); in testInterceptDefaultVidoePosterURL()
98 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL()); in testNoDefaultVideoPoster()
DCookieManagerStartupTest.java123 public AwWebResourceResponse shouldInterceptRequest( in testShouldInterceptRequestDeadlock()
DAwContentsClientShouldInterceptRequestTest.java90 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) { in shouldInterceptRequest() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient
DAwSettingsTest.java2733 public AwWebResourceResponse shouldInterceptRequest( in testDefaultVideoPosterURL()
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DNullContentsClient.java69 public AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in NullContentsClient