Lines Matching refs:ProxyService
46 class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
97 ProxyService(ProxyConfigService* config_service,
101 virtual ~ProxyService();
219 static ProxyService* CreateUsingSystemProxyResolver(
225 static ProxyService* CreateWithoutProxyResolver(
231 static ProxyService* CreateFixed(const ProxyConfig& pc);
232 static ProxyService* CreateFixed(const std::string& proxy);
235 static ProxyService* CreateDirect();
237 static ProxyService* CreateDirectWithNetLog(NetLog* net_log);
244 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
441 DISALLOW_COPY_AND_ASSIGN(ProxyService);
449 ProxyService* proxy_service);
469 ProxyService* proxy_service_;