Searched defs:GetBoolean (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_map.cc88 bool PrefValueMap::GetBoolean(const std::string& key, function in class:PrefValueMap
H A Dtesting_pref_store.cc113 bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const { function in class:TestingPrefStore
H A Dpref_service.cc329 bool PrefService::GetBoolean(const char* path) const { function in class:PrefService
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings.cc164 bool CrosSettings::GetBoolean(const std::string& path, function in class:chromeos::CrosSettings
/external/chromium/base/
H A Dvalues.cc415 bool DictionaryValue::GetBoolean(const std::string& path, function in class:DictionaryValue
729 bool ListValue::GetBoolean(size_t index, bool* bool_value) const { function in class:ListValue
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.cc308 virtual bool GetBoolean(const char* key, bool* result) { function in class:net::__anon2998::GConfSettingGetterImplGConf
581 virtual bool GetBoolean(const char* key, bool* result) {
977 if (gconf_getter_->GetBoolean("/system/http_proxy/use_http_proxy",
989 gconf_getter_->GetBoolean("/system/http_proxy/use_same_proxy",
1037 gconf_getter_->GetBoolean("/system/http_proxy/use_authentication",
H A Dproxy_config_service_linux_unittest.cc208 virtual bool GetBoolean(const char* key, bool* result) { function in class:net::__anon2999::MockGConfSettingGetter

Completed in 649 milliseconds