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

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service_unittest.cc88 config_service_.reset(
93 config_service_->enabled_ = data_reduction_proxy_enabled;
94 config_service_->config_.proxy_rules().ParseFromString(
101 // |config_service_|.
104 scoped_ptr<DataReductionProxyConfigService> config_service_; member in class:data_reduction_proxy::DataReductionProxyConfigServiceTest
115 // Set up the |config_service_| as though Enable had been previously called
123 config_service_->GetLatestProxyConfig(&latest_config));
128 // Set up the |config_service_| with the data reduction proxy disabled and
135 config_service_->GetLatestProxyConfig(&latest_config));
140 // Set up the |config_service_| wit
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_service.h370 scoped_ptr<ProxyConfigService> config_service_; member in class:net::ProxyService
H A Dproxy_config_service_linux_unittest.cc270 config_service_(config_service) {
285 delete config_service_;
297 config_service_->SetupAndFetchInitialConfig(
323 config_service_->GetLatestProxyConfig(&proxy_config_);
341 net::ProxyConfigServiceLinux* config_service_; member in class:SynchConfigGetter

Completed in 534 milliseconds