Searched refs:awWebResourceResponse (Results 1 – 1 of 1) sorted by relevance
323 AwWebResourceResponse awWebResourceResponse; in shouldInterceptRequest() local325 awWebResourceResponse = mDefaultVideoPosterRequestHandler.shouldInterceptRequest(url); in shouldInterceptRequest()326 if (awWebResourceResponse != null) return awWebResourceResponse; in shouldInterceptRequest()328 awWebResourceResponse = mContentsClient.shouldInterceptRequest(params); in shouldInterceptRequest()330 if (awWebResourceResponse == null) { in shouldInterceptRequest()334 if (params.isMainFrame && awWebResourceResponse != null && in shouldInterceptRequest()335 awWebResourceResponse.getData() == null) { in shouldInterceptRequest()343 return awWebResourceResponse; in shouldInterceptRequest()