Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues_unittest.cc1401 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1408 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1412 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1419 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1427 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1435 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1449 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
1461 root = root->DeepCopyWithoutEmptyChildren(); in TEST()
Dvalues.h542 std::unique_ptr<DictionaryValue> DeepCopyWithoutEmptyChildren() const;
Dvalues.cc1107 std::unique_ptr<DictionaryValue> DictionaryValue::DeepCopyWithoutEmptyChildren() in DeepCopyWithoutEmptyChildren() function in base::DictionaryValue