HomeSort by relevance Sort by last modified time
    Searched defs:set_proxy_service (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/url_request/
url_request_context_storage.cc 70 void URLRequestContextStorage::set_proxy_service(ProxyService* proxy_service) { function in class:net::URLRequestContextStorage
71 context_->set_proxy_service(proxy_service);
url_request_context.h 112 void set_proxy_service(ProxyService* proxy_service) { function in class:net::URLRequestContext
url_request_context_builder.h 85 void set_proxy_service(ProxyService* proxy_service) { function in class:net::URLRequestContextBuilder
url_request_ftp_job_unittest.cc 41 context_storage_.set_proxy_service(proxy_service);
53 void set_proxy_service(ProxyService* proxy_service) { function in class:net::FtpTestURLRequestContext
54 context_storage_.set_proxy_service(proxy_service);
133 context_.set_proxy_service(&proxy_service_);
291 request_context()->set_proxy_service(

Completed in 260 milliseconds