Searched defs:base_service (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc42 scoped_ptr<net::ProxyConfigService> base_service; local
56 base_service.reset(net::ProxyService::CreateSystemProxyConfigService(
61 return tracker->CreateTrackingProxyConfigService(base_service.Pass())
H A Dpref_proxy_config_tracker_impl.cc24 net::ProxyConfigService* base_service)
25 : base_service_(base_service),
145 scoped_ptr<net::ProxyConfigService> base_service) {
147 new ChromeProxyConfigService(base_service.release());
23 ChromeProxyConfigService( net::ProxyConfigService* base_service) argument
144 CreateTrackingProxyConfigService( scoped_ptr<net::ProxyConfigService> base_service) argument
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service.cc15 scoped_ptr<net::ProxyConfigService> base_service)
20 base_service_ = base_service.Pass();
14 DataReductionProxyConfigService( scoped_ptr<net::ProxyConfigService> base_service) argument

Completed in 114 milliseconds