Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues_unittest.cc576 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
583 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
587 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
594 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
602 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
610 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
624 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
636 root.reset(root->DeepCopyWithoutEmptyChildren()); in TEST_F()
Dvalues.h303 DictionaryValue* DeepCopyWithoutEmptyChildren();
Dvalues.cc624 DictionaryValue* DictionaryValue::DeepCopyWithoutEmptyChildren() { in DeepCopyWithoutEmptyChildren() function in DictionaryValue
/external/chromium/chrome/browser/extensions/
Dextension_accessibility_api.cc209 result_.reset(last_focused_control_dict->DeepCopyWithoutEmptyChildren()); in RunImpl()
/external/chromium/chrome/common/
Djson_pref_store.cc303 scoped_ptr<DictionaryValue> copy(prefs_->DeepCopyWithoutEmptyChildren()); in SerializeData()