Searched defs:SetValue (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium/chrome/browser/prefs/
H A Dvalue_map_pref_store.cc29 void ValueMapPrefStore::SetValue(const std::string& key, Value* value) { function in class:ValueMapPrefStore
30 if (prefs_.SetValue(key, value))
H A Dpref_value_map.cc40 bool PrefValueMap::SetValue(const std::string& key, Value* value) { function in class:PrefValueMap
102 SetValue(key, Value::CreateStringValue(value));
H A Doverlay_persistent_pref_store.cc54 overlay_.SetValue(key, *result);
61 void OverlayPersistentPrefStore::SetValue(const std::string& key, function in class:OverlayPersistentPrefStore
63 if (overlay_.SetValue(key, value))
69 overlay_.SetValue(key, value);
H A Dtesting_pref_store.cc38 void TestingPrefStore::SetValue(const std::string& key, Value* value) { function in class:TestingPrefStore
39 if (prefs_.SetValue(key, value))
44 prefs_.SetValue(key, value);
85 SetValue(key, Value::CreateStringValue(value));
89 SetValue(key, Value::CreateIntegerValue(value));
93 SetValue(key, Value::CreateBooleanValue(value));
/external/chromium/webkit/glue/
H A Dcpp_binding_example.cc19 virtual bool SetValue(const CppVariant& value) { function in class:__anon3384::PropertyCallbackExample
/external/chromium_org/base/prefs/
H A Dvalue_map_pref_store.cc33 void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:ValueMapPrefStore
34 if (prefs_.SetValue(key, value))
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));
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 Dtesting_pref_store.cc41 void TestingPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:TestingPrefStore
42 if (prefs_.SetValue(key, value))
48 prefs_.SetValue(key, value);
96 SetValue(key, new base::StringValue(value));
100 SetValue(key, new base::FundamentalValue(value));
104 SetValue(key, new base::FundamentalValue(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/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/ppapi/cpp/dev/
H A Dscrollbar_dev.cc57 void Scrollbar_Dev::SetValue(uint32_t value) { function in class:pp::Scrollbar_Dev
59 get_interface<PPB_Scrollbar_Dev>()->SetValue(pp_resource(), value);
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.h47 STDMETHOD(SetValue)(const wchar_t* val) { function in class:base::win::UIATextProvider
/external/chromium/app/sql/
H A Dmeta_table.cc52 bool MetaTable::SetValue(const char* key, const std::string& value) { function in class:sql::MetaTable
69 bool MetaTable::SetValue(const char* key, int value) { function in class:sql::MetaTable
87 bool MetaTable::SetValue(const char* key, int64 value) { function in class:sql::MetaTable
105 SetValue(kVersionKey, version);
116 SetValue(kCompatibleVersionKey, version);
/external/chromium/chrome/browser/ui/views/
H A Dgeneric_info_view.cc37 void GenericInfoView::SetValue(int row, const string16& name) { function in class:GenericInfoView
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc40 void AwPrefStore::SetValue(const std::string& key, Value* value) { function in class:AwPrefStore
42 if (prefs_.SetValue(key, value))
47 prefs_.SetValue(key, value);
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc39 prefs_->SetValue(key, new base::StringValue(value));
53 prefs_->SetValue(key, new base::FundamentalValue(value));
67 prefs_->SetValue(key, new base::FundamentalValue(value));
90 void ServiceProcessPrefs::SetValue(const std::string& key, base::Value* value) { function in class:ServiceProcessPrefs
91 prefs_->SetValue(key, value);
/external/chromium_org/chrome/test/webdriver/commands/
H A Dresponse.cc29 SetValue(new DictionaryValue());
51 void Response::SetValue(Value* value) { function in class:webdriver::Response
60 SetValue(error_dict);
/external/chromium_org/ppapi/thunk/
H A Dppb_scrollbar_thunk.cc50 void SetValue(PP_Resource scrollbar, uint32_t value) { function in namespace:ppapi::thunk::__anon9639
53 enter.object()->SetValue(value);
82 &SetValue,
/external/chromium_org/sql/
H A Dmeta_table.cc67 SetValue(kVersionKey, version);
77 SetValue(kCompatibleVersionKey, version);
85 bool MetaTable::SetValue(const char* key, const std::string& value) { function in class:sql::MetaTable
92 bool MetaTable::SetValue(const char* key, int value) { function in class:sql::MetaTable
99 bool MetaTable::SetValue(const char* key, int64 value) { function in class:sql::MetaTable
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DpickerCommon.js236 SetValue: 0,
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.h71 SetValue, enumerator in enum:WebCore::AudioParamTimeline::ParamEvent::Type
/external/chromium_org/ui/gfx/
H A Dbreak_list.h40 void SetValue(T value);
79 void BreakList<T>::SetValue(T value) { function in class:gfx::BreakList
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_origin_identifier_value_map.cc146 void OriginIdentifierValueMap::SetValue( function in class:content_settings::OriginIdentifierValueMap
/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

Completed in 4845 milliseconds

1234