Searched refs:shouldInterceptRequest (Results 1 – 9 of 9) sorted by relevance
43 public abstract AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContentsIoThreadClient49 protected AwWebResourceResponse shouldInterceptRequest(String url, boolean isMainFrame, in shouldInterceptRequest() method in AwContentsIoThreadClient62 return shouldInterceptRequest(params); in shouldInterceptRequest()
87 public AwWebResourceResponse shouldInterceptRequest(final String url) { in shouldInterceptRequest() method in DefaultVideoPosterRequestHandler
174 public abstract AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContentsClient
320 public AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in AwContents.IoThreadClientImpl325 awWebResourceResponse = mDefaultVideoPosterRequestHandler.shouldInterceptRequest(url); in shouldInterceptRequest()328 awWebResourceResponse = mContentsClient.shouldInterceptRequest(params); in shouldInterceptRequest()
81 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL()); in testInterceptDefaultVidoePosterURL()98 handler.shouldInterceptRequest(handler.getDefaultVideoPosterURL()); in testNoDefaultVideoPoster()
123 public AwWebResourceResponse shouldInterceptRequest( in testShouldInterceptRequestDeadlock()
90 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) { in shouldInterceptRequest() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient
2733 public AwWebResourceResponse shouldInterceptRequest( in testDefaultVideoPosterURL()
69 public AwWebResourceResponse shouldInterceptRequest( in shouldInterceptRequest() method in NullContentsClient