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

  /external/chromium_org/net/url_request/
url_request_job_manager.h 56 void UnregisterRequestInterceptor(URLRequest::Interceptor* interceptor);
url_request_job_manager.cc 181 void URLRequestJobManager::UnregisterRequestInterceptor(
url_request.h 158 static void UnregisterRequestInterceptor(Interceptor* interceptor);
703 static void UnregisterRequestInterceptor(Interceptor* interceptor);
    [all...]
url_request.cc 149 void URLRequest::Deprecated::UnregisterRequestInterceptor(
151 URLRequest::UnregisterRequestInterceptor(interceptor);
247 void URLRequest::UnregisterRequestInterceptor(Interceptor* interceptor) {
248 URLRequestJobManager::GetInstance()->UnregisterRequestInterceptor(
    [all...]
url_request_unittest.cc     [all...]
  /external/chromium_org/content/browser/appcache/
appcache_interceptor.cc 98 net::URLRequest::Deprecated::UnregisterRequestInterceptor(this);

Completed in 108 milliseconds