Searched refs:gconf_getter_ (Results 1 – 2 of 2) sorted by relevance
917 if (!gconf_getter_->GetString((key + "host").c_str(), &host) in GetProxyFromGConf()924 gconf_getter_->GetInt((key + "port").c_str(), &port); in GetProxyFromGConf()944 if (!gconf_getter_->GetString("/system/proxy/mode", &mode)) { in GetConfigFromGConf()958 if (gconf_getter_->GetString("/system/proxy/autoconfig_url", in GetConfigFromGConf()977 if (gconf_getter_->GetBoolean("/system/http_proxy/use_http_proxy", in GetConfigFromGConf()989 gconf_getter_->GetBoolean("/system/http_proxy/use_same_proxy", in GetConfigFromGConf()1037 gconf_getter_->GetBoolean("/system/http_proxy/use_authentication", in GetConfigFromGConf()1049 if (gconf_getter_->GetStringList("/system/http_proxy/ignore_hosts", in GetConfigFromGConf()1053 if (gconf_getter_->MatchHostsUsingSuffixMatching()) { in GetConfigFromGConf()1066 config->proxy_rules().reverse_bypass = gconf_getter_->BypassListIsReversed(); in GetConfigFromGConf()[all …]
187 scoped_ptr<GConfSettingGetter> gconf_getter_; variable