Searched defs:SetBoolean (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/common/
H A Dvalue_builder.cc54 DictionaryBuilder& DictionaryBuilder::SetBoolean( function in class:extensions::DictionaryBuilder
/external/chromium_org/remoting/host/
H A Din_memory_host_config.cc42 void InMemoryHostConfig::SetBoolean(const std::string& path, bool in_value) { function in class:remoting::InMemoryHostConfig
44 values_->SetBoolean(path, in_value);
57 SetBoolean(it.key(), bool_value);
/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc29 void TracedValue::SetBoolean(const char* name, bool value) { function in class:base::debug::TracedValue
30 GetCurrentDictionary()->SetBoolean(name, value);
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc99 void PrefValueMap::SetBoolean(const std::string& key, bool value) { function in class:PrefValueMap
H A Dtesting_pref_store.cc119 void TestingPrefStore::SetBoolean(const std::string& key, bool value) { function in class:TestingPrefStore
H A Dpref_service.cc340 void PrefService::SetBoolean(const char* path, bool value) { function in class:PrefService
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc55 void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value) { function in class:ServiceProcessPrefs
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc33 bool ScreenContext::SetBoolean(const KeyType& key, bool value) { function in class:chromeos::ScreenContext
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc102 void CrosSettings::SetBoolean(const std::string& path, bool in_value) { function in class:chromeos::CrosSettings
/external/chromium_org/base/
H A Dvalues.cc398 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { function in class:base::DictionaryValue

Completed in 2171 milliseconds