Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/prefs/
Dpref_value_map.cc88 bool PrefValueMap::GetBoolean(const std::string& key, in GetBoolean() function in PrefValueMap
Dtesting_pref_store.cc113 bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const { in GetBoolean() function in TestingPrefStore
Dpref_service.cc329 bool PrefService::GetBoolean(const char* path) const { in GetBoolean() function in PrefService
/external/chromium/chrome/browser/chromeos/
Dcros_settings.cc164 bool CrosSettings::GetBoolean(const std::string& path, in GetBoolean() function in chromeos::CrosSettings
/external/chromium/net/proxy/
Dproxy_config_service_linux.cc308 virtual bool GetBoolean(const char* key, bool* result) { in GetBoolean() function in net::__anon0e6b871b0211::GConfSettingGetterImplGConf
581 virtual bool GetBoolean(const char* key, bool* result) { in GetBoolean() function in net::__anon0e6b871b0211::GConfSettingGetterImplKDE
Dproxy_config_service_linux_unittest.cc208 virtual bool GetBoolean(const char* key, bool* result) { in GetBoolean() function in net::__anon0c3b5d1a0111::MockGConfSettingGetter
/external/chromium/base/
Dvalues.cc415 bool DictionaryValue::GetBoolean(const std::string& path, in GetBoolean() function in DictionaryValue
729 bool ListValue::GetBoolean(size_t index, bool* bool_value) const { in GetBoolean() function in ListValue