Searched refs:dict_copy (Results 1 – 2 of 2) sorted by relevance
40 scoped_ptr<base::DictionaryValue> dict_copy(new base::DictionaryValue()); in SmartDeepCopy() local43 if (dict_copy->size() >= kMaxChildren - 1) { in SmartDeepCopy()44 dict_copy->SetStringWithoutPathExpansion("~~~", "..."); in SmartDeepCopy()49 dict_copy->SetWithoutPathExpansion(it.key(), in SmartDeepCopy()52 return dict_copy.PassAs<base::Value>(); in SmartDeepCopy()
26 scoped_ptr<base::DictionaryValue> dict_copy(dict.DeepCopy()); in TEST_F() local32 EXPECT_TRUE(details.Get().Equals(dict_copy.get())); in TEST_F()