Searched defs:ProxyService (Results 1 - 3 of 3) sorted by last modified time

/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 );
/external/chromium_org/net/proxy/
H A Dproxy_service.cc60 // During this time window, any resolve requests sent to the ProxyService will
118 class DefaultPollPolicy : public ProxyService::PacPollPolicy {
327 // ProxyService::InitProxyResolver --------------------------------------------
339 class ProxyService::InitProxyResolver {
521 // ProxyService::ProxyScriptDeciderPoller -------------------------------------
527 class ProxyService::ProxyScriptDeciderPoller {
645 // Something has changed, we must notify the ProxyService so it can
693 // Note that |this| may be deleted after calling into the ProxyService.
726 const ProxyService::PacPollPolicy*
727 ProxyService
886 ProxyService::ProxyService(ProxyConfigService* config_service, function in class:net::ProxyService
[all...]
H A Dproxy_service.h45 class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, class in namespace:net
95 // remain alive for the lifetime of this ProxyService.
96 ProxyService(ProxyConfigService* config_service,
100 virtual ~ProxyService();
186 // ProxyService takes ownership of both objects.
192 // Tells this ProxyService to start using a new ProxyConfigService to
195 // ResolveProxy calls. ProxyService takes ownership of
227 static ProxyService* CreateUsingSystemProxyResolver(
232 // Creates a ProxyService without support for proxy autoconfig.
233 static ProxyService* CreateWithoutProxyResolve
[all...]

Completed in 5565 milliseconds