HomeSort by relevance Sort by last modified time
    Searched refs:AwRequestInterceptor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/browser/
aw_request_interceptor.h 27 class AwRequestInterceptor : public net::URLRequestInterceptor {
29 AwRequestInterceptor();
30 virtual ~AwRequestInterceptor();
42 DISALLOW_COPY_AND_ASSIGN(AwRequestInterceptor);
aw_request_interceptor.cc 31 AwRequestInterceptor::AwRequestInterceptor() {
34 AwRequestInterceptor::~AwRequestInterceptor() {
38 AwRequestInterceptor::QueryForAwWebResourceResponse(
56 net::URLRequestJob* AwRequestInterceptor::MaybeInterceptRequest(
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 145 // The AwRequestInterceptor must come after the content and asset file job
152 request_interceptors.push_back(new AwRequestInterceptor());

Completed in 354 milliseconds