Searched defs:SetValue (Results 1 - 25 of 83) sorted by path

1234

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas113 procedure SetValue(const V: String); procedure
114 property Value: String read GetValue write SetValue;
120 procedure SetValue(const V: String); procedure
129 procedure TFoo.SetValue(const V: String);
166 FIANTLRString.SetValue(Value);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas94 procedure SetValue(const Value: String); procedure
97 property Value: String read GetValue write SetValue;
110 procedure SetValue(const Value: String); procedure
451 procedure TANTLRString.SetValue(const Value: String);
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc40 void AwPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:AwPrefStore
42 if (prefs_.SetValue(key, value))
47 prefs_.SetValue(key, value);
/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc37 void TracedValue::SetValue(const char* name, Value* value) { function in class:base::debug::TracedValue
/external/chromium_org/base/prefs/
H A Djson_pref_store.cc203 void JsonPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:JsonPrefStore
H A Doverlay_user_pref_store.cc61 overlay_.SetValue(key, *result);
65 void OverlayUserPrefStore::SetValue(const std::string& key, function in class:OverlayUserPrefStore
68 underlay_->SetValue(GetUnderlayKey(key), value);
72 if (overlay_.SetValue(key, value))
83 overlay_.SetValue(key, value);
H A Dpref_member.h18 // 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
241 void SetValue(const ValueType& value) { function in class:PrefMember
H A Dpref_value_map.cc41 bool PrefValueMap::SetValue(const std::string& key, base::Value* value) { function in class:PrefValueMap
100 SetValue(key, new base::FundamentalValue(value));
111 SetValue(key, new base::StringValue(value));
120 SetValue(key, new base::FundamentalValue(value));
124 SetValue(key, new base::FundamentalValue(value));
H A Dtesting_pref_store.cc45 void TestingPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:TestingPrefStore
46 if (prefs_.SetValue(key, value)) {
54 if (prefs_.SetValue(key, value))
112 SetValue(key, new base::StringValue(value));
116 SetValue(key, new base::FundamentalValue(value));
120 SetValue(key, new base::FundamentalValue(value));
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);
/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/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/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc177 reading_results->value_map->SetValue(it->key().ToString(), json_value);
270 void LevelDBPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:LevelDBPrefStore
297 prefs_.SetValue(key, new_value.release());
/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/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.cc147 void SupervisedUserSharedSettingsService::SetValue( function in class:SupervisedUserSharedSettingsService
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc64 void SetValue(const std::string& value);
65 void SetValue(const base::string16& value);
81 void StringSyncStat::SetValue(const std::string& value) { function in class:__anon4753::StringSyncStat
86 void StringSyncStat::SetValue(const base::string16& value) { function in class:__anon4753::StringSyncStat
94 void SetValue(bool value);
109 void BoolSyncStat::SetValue(bool value) { function in class:__anon4753::BoolSyncStat
117 void SetValue(int value);
132 void IntSyncStat::SetValue(int value) { function in class:__anon4753::IntSyncStat
320 client_version.SetValue(GetVersionString());
323 summary_string.SetValue("Syn
[all...]
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc42 prefs_->SetValue(key, new base::StringValue(value));
56 prefs_->SetValue(key, new base::FundamentalValue(value));
70 prefs_->SetValue(key, new base::FundamentalValue(value));
93 void ServiceProcessPrefs::SetValue(const std::string& key, base::Value* value) { function in class:ServiceProcessPrefs
94 prefs_->SetValue(key, value);
/external/chromium_org/chromecast/common/
H A Dchromecast_config.cc117 void ChromecastConfig::SetValue( function in class:chromecast::ChromecastConfig
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc83 void FakeBluetoothGattCharacteristicServiceProvider::SetValue( function in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc92 void FakeBluetoothGattDescriptorServiceProvider::SetValue( function in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_origin_identifier_value_map.cc145 void OriginIdentifierValueMap::SetValue( function in class:content_settings::OriginIdentifierValueMap
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc195 void RegistryDict::SetValue(const std::string& name, function in class:policy::RegistryDict
232 SetValue(entry->first, make_scoped_ptr(entry->second->DeepCopy()).Pass());
251 SetValue(name,
263 SetValue(name,
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc72 void PPB_Scrollbar_Impl::SetValue(uint32_t value) { function in class:content::PPB_Scrollbar_Impl
/external/chromium_org/gin/
H A Dobject_template_builder.h95 ObjectTemplateBuilder& SetValue(const base::StringPiece& name, T val) { function in class:gin::ObjectTemplateBuilder
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc197 bool ParsedCookie::SetValue(const std::string& value) { function in class:net::ParsedCookie

Completed in 4554 milliseconds

1234