Home | History | Annotate | Download | only in base

Lines Matching refs:DeepCopy

136 Value* Value::DeepCopy() const {
144 return make_scoped_ptr(DeepCopy());
212 FundamentalValue* FundamentalValue::DeepCopy() const {
283 StringValue* StringValue::DeepCopy() const {
322 BinaryValue* BinaryValue::DeepCopy() const {
785 SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
799 DictionaryValue* DictionaryValue::DeepCopy() const {
805 current_entry->second->DeepCopy());
812 return make_scoped_ptr(DeepCopy());
1097 ListValue* ListValue::DeepCopy() const {
1101 result->Append((*i)->DeepCopy());
1107 return make_scoped_ptr(DeepCopy());