Lines Matching refs:ProxyConfigServiceLinux
26 class ProxyConfigServiceLinux : public ProxyConfigService {
93 // ProxyConfigServiceLinux is created on the UI thread, and
108 // ProxyConfigServiceLinux is deleted from the IO thread.
110 // The substance of the ProxyConfigServiceLinux implementation is
112 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to the
151 // ProxyConfigServiceLinux's destructor.
221 ProxyConfigServiceLinux();
223 explicit ProxyConfigServiceLinux(base::Environment* env_var_getter);
224 ProxyConfigServiceLinux(base::Environment* env_var_getter,
227 virtual ~ProxyConfigServiceLinux();
249 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux);