Lines Matching refs:config_service
140 // and fills |config_service| with a new pointer. Otherwise returns a network
144 scoped_ptr<net::ProxyConfigService>* config_service) {
148 return CreateSystemProxyConfigService(config_service);
153 return CreateFirefoxProxyConfigService(config_service);
155 config_service->reset(new net::ProxyConfigServiceFixed(
159 config_service->reset(new net::ProxyConfigServiceFixed(
169 // and fills |config_service| with a new pointer. Otherwise returns a network
175 scoped_ptr<net::ProxyConfigService> config_service;
176 int rv = CreateProxyConfigService(experiment, &config_service);
188 config_service.release(),
198 // On success returns net::OK and fills |config_service| with a new pointer.
201 scoped_ptr<net::ProxyConfigService>* config_service) {
207 config_service->reset(
216 // |config_service| with a new pointer. Otherwise returns a network error
219 scoped_ptr<net::ProxyConfigService>* config_service) {
226 return CreateSystemProxyConfigService(config_service);
230 config_service->reset(new net::ProxyConfigServiceFixed(config));