Home
last modified time | relevance | path

Searched refs:DeepCopyWithoutEmptyChildren (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dvalues_unittest.cc1052 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1059 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1063 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1070 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1078 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1086 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1100 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1112 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
Dvalues.h338 std::unique_ptr<DictionaryValue> DeepCopyWithoutEmptyChildren() const;
Dvalues.cc1019 std::unique_ptr<DictionaryValue> DictionaryValue::DeepCopyWithoutEmptyChildren() in DeepCopyWithoutEmptyChildren() function in base::DictionaryValue