HomeSort by relevance Sort by last modified time
    Searched defs:SetBoolean (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/extensions/common/
value_builder.cc 54 DictionaryBuilder& DictionaryBuilder::SetBoolean(
  /external/chromium_org/remoting/host/
in_memory_host_config.cc 42 void InMemoryHostConfig::SetBoolean(const std::string& path, bool in_value) {
44 values_->SetBoolean(path, in_value);
57 SetBoolean(it.key(), bool_value);
  /external/chromium_org/chrome/service/
service_process_prefs.cc 55 void ServiceProcessPrefs::SetBoolean(const std::string& key, bool value) {
  /external/chromium_org/base/debug/
trace_event_argument.cc 29 void TracedValue::SetBoolean(const char* name, bool value) {
30 GetCurrentDictionary()->SetBoolean(name, value);
  /external/chromium_org/base/prefs/
pref_value_map.cc 99 void PrefValueMap::SetBoolean(const std::string& key, bool value) {
testing_pref_store.cc 119 void TestingPrefStore::SetBoolean(const std::string& key, bool value) {
pref_service.cc 340 void PrefService::SetBoolean(const char* path, bool value) {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 33 bool ScreenContext::SetBoolean(const KeyType& key, bool value) {
  /art/runtime/mirror/
art_field-inl.h 131 inline void ArtField::SetBoolean(Object* object, bool z) {
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 102 void CrosSettings::SetBoolean(const std::string& path, bool in_value) {
  /external/chromium_org/base/
values.cc 398 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) {

Completed in 270 milliseconds