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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_config_service.h 118 DataReductionProxyConfigService* config_service_; member in class:data_reduction_proxy::DataReductionProxyConfigTracker
data_reduction_proxy_config_service_unittest.cc 87 config_service_.reset(
92 config_service_->enabled_ = data_reduction_proxy_enabled;
93 config_service_->config_.proxy_rules().ParseFromString(
100 // |config_service_|.
103 scoped_ptr<DataReductionProxyConfigService> config_service_; member in class:data_reduction_proxy::DataReductionProxyConfigServiceTest
114 // Set up the |config_service_| as though Enable had been previously called
122 config_service_->GetLatestProxyConfig(&latest_config));
127 // Set up the |config_service_| with the data reduction proxy disabled and
134 config_service_->GetLatestProxyConfig(&latest_config));
139 // Set up the |config_service_| with the data reduction proxy disabled an
    [all...]
  /external/chromium_org/net/proxy/
proxy_service.h 399 scoped_ptr<ProxyConfigService> config_service_; member in class:net::ProxyService
proxy_config_service_linux_unittest.cc 265 config_service_(config_service) {
280 delete config_service_;
294 config_service_->SetupAndFetchInitialConfig(
320 config_service_->GetLatestProxyConfig(&proxy_config_);
338 net::ProxyConfigServiceLinux* config_service_; member in class:SynchConfigGetter
    [all...]

Completed in 389 milliseconds