Home | History | Annotate | Download | only in prefs

Lines Matching refs:StringValue

29   base::StringValue string_1("string1");
30 base::StringValue string_2("string2");
56 dict.Set("a", new base::StringValue("foo"));
57 dict.Set("d", new base::StringValue("bad"));
58 dict.Set("b", new base::StringValue("bar"));
59 dict.Set("c", new base::StringValue("baz"));
108 base::StringValue string_1("string1");
109 base::StringValue string_2("string2");
256 base::StringValue string_1("string1");
257 base::StringValue string_2("string2");
283 dict.Set("a", new base::StringValue("to be replaced"));
284 dict.Set("b", new base::StringValue("same"));
285 dict.Set("o", new base::StringValue("old"));
288 modified_dict.Set("a", new base::StringValue("replaced"));
289 modified_dict.Set("b", new base::StringValue("same"));
290 modified_dict.Set("c", new base::StringValue("new"));
403 initial_dict.Set("a", new base::StringValue("foo"));
438 tested_dict.Set("a", new base::StringValue("foo"));
439 tested_dict.Set("b", new base::StringValue("bar"));
454 base::StringValue string("string1");
457 dict.Set("a", new base::StringValue("foo"));
458 dict.Set("d", new base::StringValue("bad"));
459 dict.Set("b", new base::StringValue("bar"));
460 dict.Set("c", new base::StringValue("baz"));