Home | History | Annotate | Download | only in base

Lines Matching refs:DeepCopy

56       return node->DeepCopy();
126 Value* Value::DeepCopy() const {
185 FundamentalValue* FundamentalValue::DeepCopy() const {
253 StringValue* StringValue::DeepCopy() const {
291 BinaryValue* BinaryValue::DeepCopy() const {
644 SetWithoutPathExpansion(*key, merge_value->DeepCopy());
649 DictionaryValue* DictionaryValue::DeepCopy() const {
655 current_entry->second->DeepCopy());
867 ListValue* ListValue::DeepCopy() const {
871 result->Append((*i)->DeepCopy());