Searched refs:SetIntegerWithoutPathExpansion (Results 1 – 5 of 5) sorted by relevance
94 period_dict.SetIntegerWithoutPathExpansion("a.b", 3); in TEST()95 period_dict.SetIntegerWithoutPathExpansion("c", 2); in TEST()97 period_dict2->SetIntegerWithoutPathExpansion("g.h.i.j", 1); in TEST()104 period_dict3.SetIntegerWithoutPathExpansion("a.b", 1); in TEST()
417 cur_dict->SetIntegerWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
262 void SetIntegerWithoutPathExpansion(StringPiece path, int in_value);
696 void DictionaryValue::SetIntegerWithoutPathExpansion(StringPiece path, in SetIntegerWithoutPathExpansion() function in base::DictionaryValue
310 dict->SetIntegerWithoutPathExpansion("non_nested.int", 10); in TEST_F()