HomeSort by relevance Sort by last modified time
    Searched defs:ProxyService (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 33 public class ProxyService extends Service {
  /external/chromium/net/proxy/
proxy_service.h 38 class NET_EXPORT ProxyService : public base::RefCounted<ProxyService>,
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* CreateUsingV8ProxyResolver
    [all...]
proxy_service.cc 54 // 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 --------------------------------------------------------------
    [all...]
  /external/qemu/proxy/
proxy_int.h 53 typedef struct ProxyService ProxyService;
75 ProxyService* service;
99 ProxyService* service,
180 /* a ProxyService is really a proxy server and associated options */
191 struct ProxyService {
198 proxy_manager_add_service( ProxyService* service );
  /external/chromium_org/net/proxy/
proxy_service.h 45 class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
95 // remain alive for the lifetime of this ProxyService.
96 ProxyService(ProxyConfigService* config_service,
100 virtual ~ProxyService();
168 // ProxyService takes ownership of both objects.
174 // Tells this ProxyService to start using a new ProxyConfigService to
177 // ResolveProxy calls. ProxyService takes ownership of
213 static ProxyService* CreateUsingSystemProxyResolver(
218 // Creates a ProxyService without support for proxy autoconfig.
219 static ProxyService* CreateWithoutProxyResolver
    [all...]
proxy_service.cc 61 // During this time window, any resolve requests sent to the ProxyService will
119 class DefaultPollPolicy : public ProxyService::PacPollPolicy {
328 // ProxyService::InitProxyResolver --------------------------------------------
340 class ProxyService::InitProxyResolver {
516 // ProxyService::ProxyScriptDeciderPoller -------------------------------------
522 class ProxyService::ProxyScriptDeciderPoller {
636 // Something has changed, we must notify the ProxyService so it can
684 // Note that |this| may be deleted after calling into the ProxyService.
715 const ProxyService::PacPollPolicy*
716 ProxyService::ProxyScriptDeciderPoller::poll_policy_ = NULL
    [all...]

Completed in 172 milliseconds