Home | History | Annotate | Download | only in base

Lines Matching defs:DeepCopy

140 Value* Value::DeepCopy() const {
148 return make_scoped_ptr(DeepCopy());
216 FundamentalValue* FundamentalValue::DeepCopy() const {
298 StringValue* StringValue::DeepCopy() const {
337 BinaryValue* BinaryValue::DeepCopy() const {
828 SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
842 DictionaryValue* DictionaryValue::DeepCopy() const {
848 current_entry->second->DeepCopy());
855 return make_scoped_ptr(DeepCopy());
1159 ListValue* ListValue::DeepCopy() const {
1163 result->Append((*i)->DeepCopy());
1169 return make_scoped_ptr(DeepCopy());