Home
last modified time | relevance | path

Searched refs:awWebResourceResponse (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java323 AwWebResourceResponse awWebResourceResponse; in shouldInterceptRequest() local
325 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()