Home | History | Annotate | Download | only in prefs

Lines Matching refs:SetValue

76   pref_store_->SetValue(key, new base::FundamentalValue(5));
86 pref_store_->SetValue(key, new base::FundamentalValue(5));
106 pref_store->SetValue(key, new base::FundamentalValue(5));
134 pref_store_->SetValue(key, orig_value);
160 pref_store_->SetValue(key, new base::FundamentalValue(5));
175 pref_store_->SetValue(key, new base::FundamentalValue(5));
191 pref_store_->SetValue(key, new base::FundamentalValue(5));
255 pref_store_->SetValue("boolean", new base::FundamentalValue(false));
256 pref_store_->SetValue("integer", new base::FundamentalValue(10));
257 pref_store_->SetValue("double", new base::FundamentalValue(10.3));
258 pref_store_->SetValue("string", new base::StringValue("some string"));
263 pref_store_->SetValue("dictionary", dict_value);
268 pref_store_->SetValue("list", list_value);
279 pref_store_->SetValue("compound_value", compound_value);