Searched defs:ProxyService (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_service.h38 class NET_EXPORT ProxyService : public base::RefCounted<ProxyService>, class in namespace:net
45 // remain alive for the lifetime of this ProxyService.
46 ProxyService(ProxyConfigService* config_service,
101 // is of type ProxyResolverWithoutFetch. ProxyService takes ownership of
106 // Tells this ProxyService to start using a new ProxyConfigService to
109 // ResolveProxy calls. ProxyService takes ownership of
161 // any PAC scripts. The resulting ProxyService will take ownership of it.
165 // lifetime of the ProxyService.
172 static ProxyService* CreateUsingV8ProxyResolve
[all...]
H A Dproxy_service.cc54 // During this time window, any resolve requests sent to the ProxyService will
255 // ProxyService::PacRequest ---------------------------------------------------
257 class ProxyService::PacRequest
258 : public base::RefCounted<ProxyService::PacRequest> {
260 PacRequest(ProxyService* service,
347 friend class base::RefCounted<ProxyService::PacRequest>;
365 // Note that we don't hold a reference to the ProxyService. Outstanding
366 // requests are cancelled during ~ProxyService, so this is guaranteed
368 ProxyService* service_;
378 // ProxyService
380 ProxyService::ProxyService(ProxyConfigService* config_service, function in class:net::ProxyService
[all...]
/external/qemu/proxy/
H A Dproxy_int.h53 typedef struct ProxyService ProxyService; typedef in typeref:struct:ProxyService
75 ProxyService* service;
99 ProxyService* service,
180 /* a ProxyService is really a proxy server and associated options */
191 struct ProxyService { struct
198 proxy_manager_add_service( ProxyService* service );

Completed in 90 milliseconds