Home | History | Annotate | Download | only in proxy

Lines Matching refs:base

12 #include "base/basictypes.h"
13 #include "base/environment.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/message_loop.h"
17 #include "base/observer_list.h"
116 class Delegate : public base::RefCountedThreadSafe<Delegate> {
120 explicit Delegate(base::Environment* env_var_getter);
123 Delegate(base::Environment* env_var_getter,
157 friend class base::RefCountedThreadSafe<Delegate>;
186 scoped_ptr<base::Environment> env_var_getter_;
201 // base/message_pump_glib.h). It is the glib default loop in the
223 explicit ProxyConfigServiceLinux(base::Environment* env_var_getter);
224 ProxyConfigServiceLinux(base::Environment* env_var_getter,