Home
last modified time | relevance | path

Searched refs:proxy_request_context_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/net/
Dconnection_tester.cc45 : proxy_request_context_(proxy_request_context) {} in ExperimentURLRequestContext()
190 new net::ProxyScriptFetcherImpl(proxy_request_context_), in CreateProxyService()
237 const scoped_refptr<net::URLRequestContext> proxy_request_context_; member in __anon8233d0370111::ExperimentURLRequestContext
341 new ExperimentURLRequestContext(tester_->proxy_request_context_)); in Run()
360 : delegate_(delegate), proxy_request_context_(proxy_request_context) { in ConnectionTester()
Dconnection_tester.h177 const scoped_refptr<net::URLRequestContext> proxy_request_context_; variable