Home
last modified time | relevance | path

Searched refs:ProxyConfigServiceLinux (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/proxy/
Dproxy_config_service_linux.cc77 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVarForScheme( in GetProxyFromEnvVarForScheme()
97 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar( in GetProxyFromEnvVar()
103 bool ProxyConfigServiceLinux::Delegate::GetConfigFromEnv(ProxyConfig* config) { in GetConfigFromEnv()
176 : public ProxyConfigServiceLinux::GConfSettingGetter {
245 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) { in SetupNotification()
389 ProxyConfigServiceLinux::Delegate* notify_delegate_;
404 : public ProxyConfigServiceLinux::GConfSettingGetter,
468 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) { in SetupNotification()
793 ProxyConfigServiceLinux::Delegate* notify_delegate_;
814 bool ProxyConfigServiceLinux::Delegate::GetProxyFromGConf( in GetProxyFromGConf()
[all …]
Dproxy_config_service_linux.h24 class ProxyConfigServiceLinux : public ProxyConfigService {
204 ProxyConfigServiceLinux();
206 explicit ProxyConfigServiceLinux(
208 ProxyConfigServiceLinux(base::EnvironmentVariableGetter* env_var_getter,
211 virtual ~ProxyConfigServiceLinux() { in ~ProxyConfigServiceLinux()
234 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux);
Dproxy_config_service_linux_unittest.cc122 : public ProxyConfigServiceLinux::GConfSettingGetter {
165 virtual bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) { in SetupNotification()
232 explicit SynchConfigGetter(net::ProxyConfigServiceLinux* config_service) in SynchConfigGetter()
304 net::ProxyConfigServiceLinux* config_service_;
594 new ProxyConfigServiceLinux(env_getter, gconf_getter)); in TEST_F()
874 new ProxyConfigServiceLinux(env_getter, gconf_getter)); in TEST_F()
893 ProxyConfigServiceLinux* service = in TEST_F()
894 new ProxyConfigServiceLinux(env_getter, gconf_getter); in TEST_F()
916 size_t limit = ProxyConfigServiceLinux::GConfSettingGetter::BUFFER_SIZE - 1; in TEST_F()
1198 new ProxyConfigServiceLinux(env_getter)); in TEST_F()
Dproxy_service.cc555 ProxyConfigServiceLinux* linux_config_service in CreateSystemProxyConfigService()
556 = new ProxyConfigServiceLinux(); in CreateSystemProxyConfigService()