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

  /external/chromium_org/net/url_request/
url_request_job_manager.h 55 void RegisterRequestInterceptor(URLRequest::Interceptor* interceptor);
url_request_job_manager.cc 170 void URLRequestJobManager::RegisterRequestInterceptor(
url_request.h 112 // (Un)RegisterRequestInterceptor.
157 static void RegisterRequestInterceptor(Interceptor* interceptor);
702 static void RegisterRequestInterceptor(Interceptor* interceptor);
    [all...]
url_request.cc 144 void URLRequest::Deprecated::RegisterRequestInterceptor(
146 URLRequest::RegisterRequestInterceptor(interceptor);
242 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor) {
243 URLRequestJobManager::GetInstance()->RegisterRequestInterceptor(interceptor);
    [all...]
url_request_unittest.cc     [all...]
  /external/chromium_org/content/browser/appcache/
appcache_interceptor.cc 94 net::URLRequest::Deprecated::RegisterRequestInterceptor(this);

Completed in 336 milliseconds