Searched refs:AwRequestInterceptor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_request_interceptor.h27 class AwRequestInterceptor : public net::URLRequestInterceptor { class in namespace:android_webview
29 AwRequestInterceptor();
30 virtual ~AwRequestInterceptor();
42 DISALLOW_COPY_AND_ASSIGN(AwRequestInterceptor);
H A Daw_request_interceptor.cc31 AwRequestInterceptor::AwRequestInterceptor() { function in class:android_webview::AwRequestInterceptor
34 AwRequestInterceptor::~AwRequestInterceptor() {
38 AwRequestInterceptor::QueryForAwWebResourceResponse(
56 net::URLRequestJob* AwRequestInterceptor::MaybeInterceptRequest(
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc148 // The AwRequestInterceptor must come after the content and asset file job
155 request_interceptors.push_back(new AwRequestInterceptor());

Completed in 660 milliseconds