Lines Matching refs:ProxyService
38 class NET_EXPORT ProxyService : public base::RefCounted<ProxyService>,
46 ProxyService(ProxyConfigService* config_service,
172 static ProxyService* CreateUsingV8ProxyResolver(
182 static ProxyService* CreateUsingSystemProxyResolver(
188 static ProxyService* CreateWithoutProxyResolver(
194 static ProxyService* CreateFixed(const ProxyConfig& pc);
195 static ProxyService* CreateFixed(const std::string& proxy);
198 static ProxyService* CreateDirect();
200 static ProxyService* CreateDirectWithNetLog(NetLog* net_log);
207 static ProxyService* CreateFixedFromPacResult(const std::string& pac_string);
221 friend class base::RefCounted<ProxyService>;
239 virtual ~ProxyService();
324 CompletionCallbackImpl<ProxyService> init_proxy_resolver_callback_;
345 DISALLOW_COPY_AND_ASSIGN(ProxyService);
353 ProxyService* proxy_service);
373 ProxyService* proxy_service_;