HomeSort by relevance Sort by last modified time
    Searched refs:SetValue (Results 76 - 100 of 306) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 33 void SetValue(int i, int v) {value_[i] = v;}
71 void SetValue(int i, int v) {value_[i] = v;}
  /external/chromium_org/tools/win/split_link/
install_split_link.py 83 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
87 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.cc 111 prefs->SetValue(pref_path_, network_configs.release());
187 prefs->SetValue(pref_path(), pinned_apps_list);
205 prefs->SetValue(prefs::kScreenMagnifierEnabled,
207 prefs->SetValue(prefs::kScreenMagnifierType,
256 prefs->SetValue(prefs::kPowerAcIdleAction, value->DeepCopy());
258 prefs->SetValue(prefs::kPowerBatteryIdleAction, value->DeepCopy());
  /external/chromium_org/chrome/test/webdriver/commands/
webelement_commands.cc 80 response->SetValue(value);
109 response->SetValue(result);
147 response->SetValue(result);
172 response->SetValue(new base::FundamentalValue(is_displayed));
202 response->SetValue(result);
240 response->SetValue(result);
270 response->SetValue(result);
296 response->SetValue(coord_dict);
320 response->SetValue(new base::StringValue(tag_name));
348 response->SetValue(new base::FundamentalValue(is_selected))
    [all...]
target_locator_commands.cc 29 response->SetValue(new base::StringValue(
58 response->SetValue(id_list);
166 response->SetValue(result);
alert_commands.cc 38 response->SetValue(new base::StringValue(text));
chrome_commands.cc 73 response->SetValue(id_list.DeepCopy());
90 response->SetValue(new base::StringValue(extension_id));
188 response->SetValue(extension.DeepCopy());
255 response->SetValue(views_list);
session_with_id.cc 72 response->SetValue(temp_value);
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 156 SetValue(&title_, tab_id, title);
192 SetValue(&badge_text_, tab_id, text);
201 SetValue(&badge_text_color_, tab_id, text_color);
211 SetValue(&badge_background_color_, tab_id, color);
276 void SetValue(std::map<int, T>* map, int tab_id, const T& val) {
  /external/openfst/src/include/fst/
power-weight.h 103 w.SetValue(i, Plus(w1.Value(i), w2.Value(i)));
113 w.SetValue(i, Times(w1.Value(i), w2.Value(i)));
124 w.SetValue(i, Divide(w1.Value(i), w2.Value(i), type));
133 sw.SetValue(i, Times(s, w.Value(i)));
142 ws.SetValue(i, Times(w.Value(i), s));
  /external/chromium/chrome/browser/
accessibility_events.h 166 void SetValue(int item_index, const std::string& value) {
196 void SetValue(
229 void SetValue(int item_index, std::string value) {
  /external/chromium_org/ash/system/brightness/
tray_brightness.cc 61 slider_->SetValue(static_cast<float>(initial_percent / 100.0));
74 slider_->SetValue(static_cast<float>(percent / 100.0));
111 slider_->SetValue(static_cast<float>(last_percent_ / 100.0));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 119 virtual void SetValue(const A &arc) = 0; // Set current arc's contents
135 // aiter.SetValue(arc);
155 void SetValue(const Arc &a) { data_.base->SetValue(a); }
  /external/chromium/chrome/browser/prefs/
pref_member.h 18 // update if either the pref changes or if my_string_.SetValue is called.
21 // notify MyClass of changes. Note that if you use SetValue(), the observer
187 void SetValue(const ValueType& value) {
198 SetValue(value);
overlay_persistent_pref_store.h 41 virtual void SetValue(const std::string& key, Value* value);
pref_value_map.h 34 bool SetValue(const std::string& key, Value* value);
testing_pref_store.h 35 virtual void SetValue(const std::string& key, Value* value);
  /external/chromium_org/tools/gn/
toolchain_manager.cc 28 scope->SetValue("is_win", Value(NULL, 1), NULL);
29 scope->SetValue("is_posix", Value(NULL, 0), NULL);
31 scope->SetValue("is_win", Value(NULL, 0), NULL);
32 scope->SetValue("is_posix", Value(NULL, 1), NULL);
36 scope->SetValue("is_mac", Value(NULL, 1), NULL);
38 scope->SetValue("is_mac", Value(NULL, 0), NULL);
42 scope->SetValue("is_linux", Value(NULL, 1), NULL);
44 scope->SetValue("is_linux", Value(NULL, 0), NULL);
  /external/chromium/chrome/browser/ui/views/
generic_info_view_unittest.cc 46 view1->SetValue(0, kValue);
  /external/chromium/chrome/common/
json_pref_store.h 52 virtual void SetValue(const std::string& key, Value* value);
json_pref_store_unittest.cc 116 pref_store->SetValue(kSomeDirectory,
129 pref_store->SetValue(kNewWindowsInTabs,
140 pref_store->SetValue(kMaxTabs, Value::CreateIntegerValue(10));
145 pref_store->SetValue(kLongIntPref,
  /external/chromium_org/android_webview/browser/
aw_pref_store.h 36 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
  /external/chromium_org/base/prefs/
pref_value_map.h 36 bool SetValue(const std::string& key, base::Value* value);
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 56 void SetValue(const std::string& name, scoped_ptr<base::Value> value);
  /external/chromium_org/chrome/service/
service_process_prefs.h 59 void SetValue(const std::string& key, base::Value* value);

Completed in 1369 milliseconds

1 2 34 5 6 7 8 91011>>