Home | History | Annotate | Download | only in proxy

Lines Matching refs:ProxyService

46 class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
96 // remain alive for the lifetime of this ProxyService.
97 ProxyService(ProxyConfigService* config_service,
101 virtual ~ProxyService();
174 // ProxyService takes ownership of both objects.
180 // Tells this ProxyService to start using a new ProxyConfigService to
183 // ResolveProxy calls. ProxyService takes ownership of
219 static ProxyService* CreateUsingSystemProxyResolver(
224 // Creates a ProxyService without support for proxy autoconfig.
225 static ProxyService* CreateWithoutProxyResolver(
231 static ProxyService* CreateFixed(const ProxyConfig& pc);
232 static ProxyService* CreateFixed(const std::string& proxy);
235 static ProxyService* CreateDirect();
236 // |net_log|'s lifetime must exceed ProxyService.
237 static ProxyService* CreateDirectWithNetLog(NetLog* net_log);
239 // This method is used by tests to create a ProxyService that returns a
244 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
263 // of the default internal PacPollPolicy used by ProxyService.
441 DISALLOW_COPY_AND_ASSIGN(ProxyService);
444 // Wrapper for invoking methods on a ProxyService synchronously.
449 ProxyService* proxy_service);
469 ProxyService* proxy_service_;