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

/external/chromium_org/remoting/host/
H A Din_memory_host_config.cc24 bool InMemoryHostConfig::GetBoolean(const std::string& path, function in class:remoting::InMemoryHostConfig
27 return values_->GetBoolean(path, out_value);
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc93 bool PrefValueMap::GetBoolean(const std::string& key, function in class:PrefValueMap
H A Dtesting_pref_store.cc140 bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const { function in class:TestingPrefStore
H A Dpref_service.cc89 bool PrefService::GetBoolean(const char* path) const { function in class:PrefService
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc45 bool ServiceProcessPrefs::GetBoolean(const std::string& key, function in class:ServiceProcessPrefs
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc62 bool ScreenContext::GetBoolean(const KeyType& key) const { function in class:chromeos::ScreenContext
66 bool ScreenContext::GetBoolean(const KeyType& key, bool default_value) const { function in class:chromeos::ScreenContext
/external/chromium_org/extensions/common/
H A Dmanifest.cc193 bool Manifest::GetBoolean( function in class:extensions::Manifest
195 return CanAccessPath(path) && value_->GetBoolean(path, out_value);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc147 bool CrosSettings::GetBoolean(const std::string& path, function in class:chromeos::CrosSettings
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc73 bool GetBoolean(base::DictionaryValue* val, const std::string& key) { function in namespace:extension_function_test_utils
75 if (!val->GetBoolean(key, &result))
/external/chromium_org/base/
H A Dvalues.cc484 bool DictionaryValue::GetBoolean(const std::string& path, function in class:base::DictionaryValue
882 bool ListValue::GetBoolean(size_t index, bool* bool_value) const { function in class:base::ListValue
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp731 FX_BOOL CPDF_Dictionary::GetBoolean(FX_BSTR key, FX_BOOL bDefault) const function in class:CPDF_Dictionary

Completed in 462 milliseconds