Home
last modified time | relevance | path

Searched refs:DeepCopy (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dvalues.h99 virtual Value* DeepCopy() const;
132 virtual Value* DeepCopy() const;
164 Value* DeepCopy() const;
189 Value* DeepCopy() const;
213 Value* DeepCopy() const;
346 Value* DeepCopy() const;
Dvalues.cc56 return node->DeepCopy(); in CopyWithoutEmptyChildren()
131 Value* Value::DeepCopy() const { in DeepCopy() function in Value
168 Value* FundamentalValue::DeepCopy() const { in DeepCopy() function in FundamentalValue
249 Value* StringValue::DeepCopy() const { in DeepCopy() function in StringValue
295 Value* BinaryValue::DeepCopy() const { in DeepCopy() function in BinaryValue
314 Value* DictionaryValue::DeepCopy() const { in DeepCopy() function in DictionaryValue
320 current_entry->second->DeepCopy()); in DeepCopy()
815 Value* ListValue::DeepCopy() const { in DeepCopy() function in ListValue
819 result->Append((*i)->DeepCopy()); in DeepCopy()
Dvalues_unittest.cc339 TEST(ValuesTest, DeepCopy) { in TEST() argument
370 static_cast<DictionaryValue*>(original_dict.DeepCopy())); in TEST()
504 DictionaryValue* copy = static_cast<DictionaryValue*>(dv.DeepCopy()); in TEST()
513 copy->Set(L"f", list->DeepCopy()); in TEST()
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc143 fields_->back().DeepCopy(); in AddField()
187 void UnknownField::DeepCopy() { in DeepCopy() function in google::protobuf::UnknownField
Dunknown_field_set.h169 void DeepCopy();
/external/webkit/WebKit/chromium/tests/
DKURLTest.cpp587 TEST(KURLTest, DeepCopy) in TEST() argument