Home | History | Annotate | Download | only in proxy

Lines Matching refs:base

11 #include "base/gtest_prod_util.h"
12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/synchronization/waitable_event.h"
15 #include "base/threading/non_thread_safe.h"
16 #include "net/base/completion_callback.h"
17 #include "net/base/net_export.h"
18 #include "net/base/net_log.h"
19 #include "net/base/network_change_notifier.h"
38 class NET_EXPORT ProxyService : public base::RefCounted<ProxyService>,
41 public base::NonThreadSafe {
215 void set_stall_proxy_auto_config_delay(base::TimeDelta delay) {
221 friend class base::RefCounted<ProxyService>;
310 base::TimeTicks config_last_update_time_;
340 base::TimeTicks stall_proxy_autoconfig_until_;
343 base::TimeDelta stall_proxy_auto_config_delay_;
350 : public base::RefCountedThreadSafe<SyncProxyServiceHelper> {
363 friend class base::RefCountedThreadSafe<SyncProxyServiceHelper>;
375 base::WaitableEvent event_;