Lines Matching refs:ProxyConfigService
90 class ProxyConfigServiceDirect : public ProxyConfigService {
380 ProxyService::ProxyService(ProxyConfigService* config_service, in ProxyService()
399 ProxyConfigService* proxy_config_service, in CreateUsingV8ProxyResolver()
432 ProxyConfigService* proxy_config_service, in CreateUsingSystemProxyResolver()
454 ProxyConfigService* proxy_config_service, in CreateWithoutProxyResolver()
493 scoped_ptr<ProxyConfigService> proxy_config_service( in CreateFixedFromPacResult()
638 ProxyConfigService::ConfigAvailability availability = in ApplyProxyConfigIfAvailable()
640 if (availability != ProxyConfigService::CONFIG_PENDING) in ApplyProxyConfigIfAvailable()
777 ProxyConfigService* new_proxy_config_service) { in ResetConfigService()
806 ProxyConfigService* ProxyService::CreateSystemProxyConfigService( in CreateSystemProxyConfigService()
849 ProxyConfigService::ConfigAvailability availability) { in OnProxyConfigChanged()
855 case ProxyConfigService::CONFIG_PENDING: in OnProxyConfigChanged()
859 case ProxyConfigService::CONFIG_VALID: in OnProxyConfigChanged()
862 case ProxyConfigService::CONFIG_UNSET: in OnProxyConfigChanged()