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

  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 29 public class ProxyService extends Service {
  /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 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();
178 // ProxyService takes ownership of both objects.
184 // Tells this ProxyService to start using a new ProxyConfigService to
187 // ResolveProxy calls. ProxyService takes ownership of
219 static ProxyService* CreateUsingSystemProxyResolver(
224 // Creates a ProxyService without support for proxy autoconfig.
225 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 {
522 // ProxyService::ProxyScriptDeciderPoller -------------------------------------
528 class ProxyService::ProxyScriptDeciderPoller {
646 // Something has changed, we must notify the ProxyService so it can
694 // Note that |this| may be deleted after calling into the ProxyService.
727 const ProxyService::PacPollPolicy*
728 ProxyService::ProxyScriptDeciderPoller::poll_policy_ = NULL
    [all...]

Completed in 221 milliseconds