Searched refs:SetValue (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/c/dev/
H A Dppb_scrollbar_dev.h77 void (*SetValue)(PP_Resource scrollbar, uint32_t value); member in struct:PPB_Scrollbar_Dev_0_5
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.h33 void SetValue(double value);
H A Dprogress_bar_unittest.cc26 bar.SetValue(62);
H A Dslider_unittest.cc288 slider()->SetValue(0.5);
293 slider()->SetValue(0.5);
298 slider()->SetValue(0.5);
306 slider()->SetValue(0.5);
315 slider()->SetValue(0.5);
324 slider()->SetValue(0.25);
/external/lldb/include/lldb/Core/
H A DThreadSafeValue.h64 SetValue (const T& value) function in class:lldb_private::ThreadSafeValue
/external/lzma/CPP/Windows/
H A DRegistry.cpp116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) function in class:NWindows::NRegistry::CKey
123 LONG CKey::SetValue(LPCTSTR name, bool value) function in class:NWindows::NRegistry::CKey
125 return SetValue(name, BoolToUINT32(value));
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) function in class:NWindows::NRegistry::CKey
137 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
148 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) function in class:NWindows::NRegistry::CKey
155 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name),
162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) function in class:NWindows::NRegistry::CKey
170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) function in namespace:NWindows::NRegistry
176 res = key.SetValue(valueNam
[all...]
/external/chromium_org/base/prefs/
H A Dpref_member_unittest.cc117 boolean.SetValue(true);
138 integer.SetValue(5);
159 double_member.SetValue(1.0);
180 string.SetValue("foo");
205 string_list.SetValue(expected_vector);
258 pref1.SetValue(2.3);
261 pref2.SetValue(3.5);
276 // Calling SetValue should not fire the observer.
277 test_obj.str_.SetValue("hello");
H A Dpref_value_map.h36 bool SetValue(const std::string& key, base::Value* value);
H A Dvalue_map_pref_store.h31 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
/external/chromium_org/net/quic/
H A Dquic_config_test.cc183 msg.SetValue(kICSL, 1);
187 msg.SetValue(kICSL, 1);
189 msg.SetValue(kMSPC, 1);
204 msg.SetValue(kICSL, 1);
206 msg.SetValue(kMSPC, 1);
219 msg.SetValue(kICSL, 1);
230 msg.SetValue(kICSL, 1);
231 msg.SetValue(kMSPC, 3);
/external/chromium_org/ppapi/api/dev/
H A Dppb_scrollbar_dev.idl56 void SetValue([in] PP_Resource scrollbar,
/external/chromium_org/tools/gn/
H A Dfunction_foreach.cc105 scope->SetValue(loop_var, list[i], function);
115 scope->SetValue(loop_var, old_loop_value, old_loop_value.origin());
H A Dtemplate.cc66 // Scope.SetValue will copy the value which will in turn copy the scope, but
70 template_scope.SetValue(kInvoker, Value(NULL, scoped_ptr<Scope>()),
77 template_scope.SetValue(target_name,
H A Dargs.cc163 scope_to_set->SetValue(i->first, i->second, i->second.origin());
231 dest->SetValue(variables::kBuildOs, os_val, NULL);
232 dest->SetValue(variables::kOs, os_val, NULL);
272 dest->SetValue(variables::kBuildCpuArch, arch_val, NULL);
273 dest->SetValue(variables::kCpuArch, arch_val, NULL);
294 scope->SetValue(i->first, i->second, i->second.origin());
H A Dparse_tree_unittest.cc35 setup.scope()->SetValue("a",
44 setup.scope()->GetMutableValue("a", false)->scope_value()->SetValue(
/external/chromium_org/tools/win/split_link/
H A Dinstall_split_link.py83 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
87 _winreg.SetValue(_winreg.HKEY_CURRENT_USER,
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store_unittest.cc108 segregated_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
109 segregated_store_->SetValue(kUnselectedPref, new base::StringValue(kValue2));
129 selected_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
130 default_store_->SetValue(kUnselectedPref,
154 segregated_store_->SetValue(kSelectedPref, new base::StringValue(kValue1));
156 segregated_store_->SetValue(kUnselectedPref, new base::StringValue(kValue2));
/external/chromium_org/chrome/browser/extensions/
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
/external/openfst/src/include/fst/
H A Dpower-weight.h103 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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmutable-fst.h119 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); } function in class:fst::MutableArcIterator
/external/chromium_org/chromecast/shell/browser/devtools/
H A Dremote_debugging_server.cc101 pref_port_.SetValue(ShouldStartImmediately() ?
107 pref_port_.SetValue(0);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h33 void SetValue(int i, int v) {value_[i] = v;} function in class:Tote
71 void SetValue(int i, int v) {value_[i] = v;} function in class:ToteWithReliability
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h124 SetValue (uint32_t value) function in class:lldb_private::TypeFormatImpl::Flags
198 m_flags.SetValue(value);
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.h36 virtual void SetValue(const std::string& key, base::Value* value) OVERRIDE;
/external/chromium_org/chrome/browser/media/
H A Dmedia_device_id_salt.cc37 media_device_id_salt_.SetValue(CreateSalt());

Completed in 2913 milliseconds

1234567891011>>