Searched refs:SetValue (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_ui_prefs_migrator.cc70 pref_store_->SetValue(prefs::kAppWindowPlacement,
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service.cc57 shared_settings_->SetValue(supervised_user_id_,
H A Dsupervised_user_pref_mapping_service_unittest.cc62 shared_settings_service_->SetValue(kFakeSupervisedUserId,
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.h59 void SetValue(const std::string& key, base::Value* value);
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.h40 void SetValue(const std::vector<uint8>& value,
H A Dfake_bluetooth_gatt_descriptor_service_provider.h39 void SetValue(const std::vector<uint8>& value,
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store_unittest.cc53 TEST_F(ConfigurationPolicyPrefStoreListTest, SetValue) {
81 TEST_F(ConfigurationPolicyPrefStoreStringTest, SetValue) {
109 TEST_F(ConfigurationPolicyPrefStoreBooleanTest, SetValue) {
153 TEST_F(ConfigurationPolicyPrefStoreIntegerTest, SetValue) {
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.h58 void SetValue(const std::string& name, scoped_ptr<base::Value> value);
H A Dpreg_parser_win_unittest.cc58 dict->SetValue(
66 dict->SetValue(
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.h70 SetValue, enumerator in enum:blink::AudioParamTimeline::ParamEvent::Type
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc57 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
91 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
101 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
401 hr = key.SetValue(value_name, *(static_cast<DWORD*>(value)));
404 hr = key.SetValue(value_name, *(static_cast<DWORD64*>(value)));
407 hr = key.SetValue(value_name, static_cast<const wchar_t*>(value));
410 hr = key.SetValue(value_nam
682 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD value) const { function in class:rtc::RegKey
692 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD64 value) const { function in class:rtc::RegKey
702 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
714 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
730 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
[all...]
/external/chromium_org/tools/gn/
H A Dfunctions_unittest.cc29 setup.scope()->SetValue(kDef,
/external/chromium_org/ui/accessibility/
H A Dax_node_data.h39 void SetValue(std::string value);
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.h52 STDMETHOD(SetValue)(const wchar_t* val) { function in class:base::win::UIATextProvider
/external/chromium_org/ui/gfx/
H A Dbreak_list_unittest.cc15 TEST_F(BreakListTest, SetValue) {
19 style_breaks.SetValue(true);
25 color_breaks.SetValue(SK_ColorBLACK);
53 breaks.SetValue(true);
/external/chromium_org/ui/views/examples/
H A Dprogress_bar_example.cc68 progress_bar_->SetValue(current_percent_);
/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler.cc175 prefs->SetValue(prefs::kProxy, ProxyConfigDictionary::CreateDirect());
178 prefs->SetValue(prefs::kProxy, ProxyConfigDictionary::CreateAutoDetect());
183 prefs->SetValue(
197 prefs->SetValue(prefs::kProxy,
204 prefs->SetValue(prefs::kProxy, ProxyConfigDictionary::CreateSystem());
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c72 #define SetValue(h, n, v) do { \ macro
238 SetValue(hamt, node, entry);
303 SetValue(hamt, &newnodes[1], entry);
306 SetValue(hamt, &newnodes[0], entry);
358 SetValue(hamt, &newnodes[Map], entry);
/external/openfst/src/include/fst/
H A Dtuple-weight.h131 void SetValue(size_t i, const W &w) { values_[i] = w; } function in class:fst::TupleWeight
159 w.SetValue(i, r);
165 w.SetValue(n - 1, r);
214 w.SetValue(i, r);
233 w.SetValue(n - 1, r);
H A Dreweight.h90 ait.SetValue(arc);
121 ait.SetValue(arc);
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py400 self.log.SetValue("")
404 self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
406 self.log.SetValue("%s" % (self.currentSegmentName))
473 dlg.SetValue(JetDefs.F_SEGNAME, segment.segname)
474 dlg.SetValue(JetDefs.F_MUTEFLAGS, segment.mute_flags)
475 dlg.SetValue(JetDefs.F_MIDIFILE, segment.filename)
476 dlg.SetValue(JetDefs.F_DLSFILE, segment.dlsfile)
477 dlg.SetValue(JetDefs.F_START, segment.start)
478 dlg.SetValue(JetDefs.F_END, segment.end)
479 dlg.SetValue(JetDef
[all...]
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc85 void SegregatedPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:SegregatedPrefStore
86 StoreForKey(key)->SetValue(key, value);
/external/lldb/source/Core/
H A DInputReader.cpp330 m_reader_done.SetValue(false, eBroadcastAlways);
351 m_reader_done.SetValue(true, eBroadcastAlways);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h77 ait.SetValue(arc);
101 ait.SetValue(arc);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler.cc41 prefs->SetValue(pref_path(), list.release());

Completed in 1753 milliseconds

1234567891011>>