Home
last modified time | relevance | path

Searched refs:dict_copy (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Dlog.cc40 scoped_ptr<base::DictionaryValue> dict_copy(new base::DictionaryValue()); in SmartDeepCopy() local
43 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()
/external/chromium_org/sync/js/
Djs_event_details_unittest.cc26 scoped_ptr<base::DictionaryValue> dict_copy(dict.DeepCopy()); in TEST_F() local
32 EXPECT_TRUE(details.Get().Equals(dict_copy.get())); in TEST_F()