Searched refs:CreateDeepCopy (Results 1 – 8 of 8) sorted by relevance
421 scoped_ptr<DictionaryValue> copy_dict = original_dict.CreateDeepCopy(); in TEST()531 scoped_ptr<DictionaryValue> copy = dv.CreateDeepCopy(); in TEST()538 scoped_ptr<Value> list_copy(list->CreateDeepCopy()); in TEST()549 copy = dv.CreateDeepCopy(); in TEST()612 scoped_ptr<Value> copy_dict = original_dict.CreateDeepCopy(); in TEST()613 scoped_ptr<Value> copy_null = original_null->CreateDeepCopy(); in TEST()614 scoped_ptr<Value> copy_bool = original_bool->CreateDeepCopy(); in TEST()615 scoped_ptr<Value> copy_int = original_int->CreateDeepCopy(); in TEST()616 scoped_ptr<Value> copy_double = original_double->CreateDeepCopy(); in TEST()617 scoped_ptr<Value> copy_string = original_string->CreateDeepCopy(); in TEST()[all …]
103 scoped_ptr<Value> CreateDeepCopy() const;367 scoped_ptr<DictionaryValue> CreateDeepCopy() const;491 scoped_ptr<ListValue> CreateDeepCopy() const;
66 return node.CreateDeepCopy(); in CopyWithoutEmptyChildren()143 scoped_ptr<Value> Value::CreateDeepCopy() const { in CreateDeepCopy() function in base::Value811 scoped_ptr<DictionaryValue> DictionaryValue::CreateDeepCopy() const { in CreateDeepCopy() function in base::DictionaryValue1106 scoped_ptr<ListValue> ListValue::CreateDeepCopy() const { in CreateDeepCopy() function in base::ListValue
439 scoped_ptr<DictionaryValue> copy_dict = original_dict.CreateDeepCopy(); in TEST()565 scoped_ptr<DictionaryValue> copy = dv.CreateDeepCopy(); in TEST()572 scoped_ptr<Value> list_copy(list->CreateDeepCopy()); in TEST()583 copy = dv.CreateDeepCopy(); in TEST()650 scoped_ptr<Value> copy_dict = original_dict.CreateDeepCopy(); in TEST()651 scoped_ptr<Value> copy_null = original_null->CreateDeepCopy(); in TEST()652 scoped_ptr<Value> copy_bool = original_bool->CreateDeepCopy(); in TEST()653 scoped_ptr<Value> copy_int = original_int->CreateDeepCopy(); in TEST()654 scoped_ptr<Value> copy_double = original_double->CreateDeepCopy(); in TEST()655 scoped_ptr<Value> copy_string = original_string->CreateDeepCopy(); in TEST()[all …]
105 scoped_ptr<Value> CreateDeepCopy() const;379 scoped_ptr<DictionaryValue> CreateDeepCopy() const;506 scoped_ptr<ListValue> CreateDeepCopy() const;
66 return node.CreateDeepCopy(); in CopyWithoutEmptyChildren()147 scoped_ptr<Value> Value::CreateDeepCopy() const { in CreateDeepCopy() function in base::Value854 scoped_ptr<DictionaryValue> DictionaryValue::CreateDeepCopy() const { in CreateDeepCopy() function in base::DictionaryValue1168 scoped_ptr<ListValue> ListValue::CreateDeepCopy() const { in CreateDeepCopy() function in base::ListValue
46 command_instance_->GetResults().CreateDeepCopy()); in OnResultsChanged()60 command_instance_->GetProgress().CreateDeepCopy()); in OnProgressChanged()
71 return out_value ? out_value->CreateDeepCopy() : scoped_ptr<Value>(); in CheckAttribute()