HomeSort by relevance Sort by last modified time
    Searched refs:DeepCopyWithoutEmptyChildren (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
values_unittest.cc 576 root.reset(root->DeepCopyWithoutEmptyChildren());
583 root.reset(root->DeepCopyWithoutEmptyChildren());
587 root.reset(root->DeepCopyWithoutEmptyChildren());
594 root.reset(root->DeepCopyWithoutEmptyChildren());
602 root.reset(root->DeepCopyWithoutEmptyChildren());
610 root.reset(root->DeepCopyWithoutEmptyChildren());
624 root.reset(root->DeepCopyWithoutEmptyChildren());
636 root.reset(root->DeepCopyWithoutEmptyChildren());
values.h 303 DictionaryValue* DeepCopyWithoutEmptyChildren();
values.cc 624 DictionaryValue* DictionaryValue::DeepCopyWithoutEmptyChildren() {
  /external/chromium/chrome/browser/extensions/
extension_accessibility_api.cc 209 result_.reset(last_focused_control_dict->DeepCopyWithoutEmptyChildren());
  /external/chromium/chrome/common/
json_pref_store.cc 303 scoped_ptr<DictionaryValue> copy(prefs_->DeepCopyWithoutEmptyChildren());

Completed in 416 milliseconds