Searched refs:SetValue (Results 26 - 50 of 299) sorted by path

1234567891011>>

/external/chromium_org/base/prefs/
H A Dtesting_pref_store.h35 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
H A Dvalue_map_pref_store.cc31 void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:ValueMapPrefStore
32 if (prefs_.SetValue(key, value))
52 prefs_.SetValue(key, value);
H A Dvalue_map_pref_store.h31 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
H A Dwriteable_pref_store.h24 virtual void SetValue(const std::string& key, base::Value* value) = 0;
35 // value. SetValue takes care of notifications itself. Note that
39 // Same as SetValue, but doesn't generate notifications. This is used by
41 // into the user pref store. Using SetValue is not an option since existing
/external/chromium_org/base/win/
H A Dwin_util.cc42 HRESULT result = property_store->SetValue(property_key, property_value.get());
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1533 state->SetValue(it.key().data(), it.value().DeepCopy());
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.h228 void SetValue(int item_index, const std::string& value) { function in class:AccessibilityComboBoxInfo
260 void SetValue( function in class:AccessibilityTextBoxInfo
294 void SetValue(int item_index, std::string value) { function in class:AccessibilityListBoxInfo
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc350 control.SetValue(chromeos::input_method::kAltKey);
666 search.SetValue(chromeos::input_method::kVoidKey);
669 control.SetValue(chromeos::input_method::kVoidKey);
719 alt.SetValue(chromeos::input_method::kControlKey);
747 search.SetValue(chromeos::input_method::kControlKey);
768 alt.SetValue(chromeos::input_method::kControlKey);
814 search.SetValue(chromeos::input_method::kEscapeKey);
838 search.SetValue(chromeos::input_method::kAltKey);
859 alt.SetValue(chromeos::input_method::kControlKey);
886 control.SetValue(chromeo
[all...]
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc119 language_preload_engines.SetValue(JoinString(input_method_ids, ','));
148 language_preferred_languages.SetValue(JoinString(language_codes, ','));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.cc256 prefs->SetValue(pref_path_, network_configs.release());
331 prefs->SetValue(pref_path(), pinned_apps_list);
349 prefs->SetValue(prefs::kAccessibilityScreenMagnifierEnabled,
351 prefs->SetValue(prefs::kAccessibilityScreenMagnifierType,
387 prefs->SetValue(prefs::kPowerAcIdleAction, value->DeepCopy());
389 prefs->SetValue(prefs::kPowerBatteryIdleAction, value->DeepCopy());
420 prefs->SetValue(prefs::kPowerAcScreenDimDelayMs, value.release());
423 prefs->SetValue(prefs::kPowerAcScreenOffDelayMs, value.release());
426 prefs->SetValue(prefs::kPowerAcIdleWarningDelayMs, value.release());
429 prefs->SetValue(pref
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences.cc597 natural_scroll_.SetValue(true);
613 preload_engines_.SetValue(JoinString(split_values, ','));
665 touch_hud_projection_enabled_.SetValue(enabled);
H A Dpreferences_unittest.cc35 manager_->previous_->SetValue(current_input_method_on_pref);
36 manager_->current_->SetValue(input_method_id);
83 previous.SetValue("KeyboardA");
86 current.SetValue("KeyboardB");
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc161 new_values_cache->SetValue(kAccountsPrefUsers, list);
194 new_values_cache->SetValue(kAccountsPrefDeviceLocalAccounts,
225 new_values_cache->SetValue(kStartUpFlags, list);
283 new_values_cache->SetValue(kAppPack, list);
294 new_values_cache->SetValue(kStartUpUrls, list);
326 new_values_cache->SetValue(kAllowedConnectionTypesForUpdate, list);
H A Dstub_cros_settings_provider.cc50 values_.SetValue(path, value.DeepCopy());
59 values_.SetValue(kAccountsPrefDeviceLocalAccounts, new base::ListValue);
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_internal_extension_provider.cc190 value_map_.SetValue(primary_pattern,
H A Dcontent_settings_mock_provider.cc34 value_map_.SetValue(requesting_url_pattern,
H A Dcontent_settings_origin_identifier_value_map_unittest.cc22 map.SetValue(ContentSettingsPattern::FromString("[*.]google.com"),
67 map.SetValue(ContentSettingsPattern::FromString("[*.]google.com"),
117 map.SetValue(ContentSettingsPattern::FromString("[*.]google.com"),
122 map.SetValue(ContentSettingsPattern::FromString("[*.]google.com"),
147 map.SetValue(ContentSettingsPattern::FromString("[*.]google.com"),
153 map.SetValue(ContentSettingsPattern::FromString("www.google.com"),
187 map.SetValue(pattern,
192 map.SetValue(sub_pattern,
H A Dcontent_settings_policy_provider.cc290 value_map->SetValue(pattern_pair.first,
376 value_map->SetValue(pattern,
413 value_map_.SetValue(ContentSettingsPattern::Wildcard(),
H A Dcontent_settings_pref_provider.cc152 map_to_modify->SetValue(
430 value_map_.SetValue(pattern_pair.first,
460 value_map_.SetValue(pattern_pair.first,
/external/chromium_org/chrome/browser/download/
H A Ddownload_dir_policy_handler.cc101 prefs->SetValue(prefs::kDownloadDefaultDirectory,
107 prefs->SetValue(prefs::kPromptForDownload,
111 prefs->SetValue(prefs::kDisableDrive,
H A Ddownload_prefs.cc259 download_path_.SetValue(path);
268 save_file_path_.SetValue(path);
272 save_file_type_.SetValue(type);
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_store.cc107 map->SetValue(primary_pattern, secondary_pattern, type, identifier,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.cc41 prefs->SetValue(pref_path(), list.release());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.cc140 SetValue(&popup_url_, tab_id, url);
152 SetValue(&icon_, tab_id, image.AsImageSkia());
194 SetValue(&is_visible_, tab_id, new_visibility);
H A Dextension_action.h94 SetValue(&title_, tab_id, title);
136 SetValue(&badge_text_, tab_id, text);
145 SetValue(&badge_text_color_, tab_id, text_color);
155 SetValue(&badge_background_color_, tab_id, color);
229 void SetValue(std::map<int, T>* map, int tab_id, const T& val) { function in class:ExtensionAction

Completed in 491 milliseconds

1234567891011>>