Searched defs:DeepCopy (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc109 DOMStorageMap* DOMStorageMap::DeepCopy() const { function in class:content::DOMStorageMap
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_map.cc79 entry.value->DeepCopy(), entry.external_data_fetcher ?
84 scoped_ptr<PolicyMap> PolicyMap::DeepCopy() const { function in class:policy::PolicyMap
95 it->second.value->DeepCopy(), it->second.external_data_fetcher ?
107 Set(it.key(), level, scope, it.value().DeepCopy(), NULL);
/external/chromium_org/chrome/common/extensions/
H A Dmanifest.cc221 Manifest* Manifest::DeepCopy() const { function in class:extensions::Manifest
223 location_, scoped_ptr<base::DictionaryValue>(value_->DeepCopy()));
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc143 fields_->back().DeepCopy();
187 void UnknownField::DeepCopy() { function in class:google::protobuf::UnknownField
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc170 fields_->back().DeepCopy();
247 void UnknownField::DeepCopy() { function in class:google::protobuf::UnknownField
/external/chromium_org/ui/gfx/image/
H A Dimage_skia.cc229 scoped_ptr<ImageSkia> ImageSkia::DeepCopy() const { function in class:gfx::ImageSkia
/external/chromium/base/
H A Dvalues.cc56 return node->DeepCopy();
126 Value* Value::DeepCopy() const { function in class:Value
185 FundamentalValue* FundamentalValue::DeepCopy() const { function in class:FundamentalValue
253 StringValue* StringValue::DeepCopy() const { function in class:StringValue
291 BinaryValue* BinaryValue::DeepCopy() const { function in class:BinaryValue
644 SetWithoutPathExpansion(*key, merge_value->DeepCopy());
649 DictionaryValue* DictionaryValue::DeepCopy() const { function in class:DictionaryValue
655 current_entry->second->DeepCopy());
867 ListValue* ListValue::DeepCopy() const { function in class:ListValue
871 result->Append((*i)->DeepCopy());
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Devent_router.cc129 scoped_ptr<ListValue>(event_args->DeepCopy()));
247 args->Append(listener->filter->DeepCopy());
319 scoped_ptr<DictionaryValue>(filter.DeepCopy()))));
324 scoped_ptr<DictionaryValue>(filter.DeepCopy()))));
338 scoped_ptr<DictionaryValue>(filter.DeepCopy()));
453 filter_list->Append(filter->DeepCopy());
660 dispatched_event.reset(event->DeepCopy());
854 Event* Event::DeepCopy() { function in class:extensions::Event
856 scoped_ptr<base::ListValue>(event_args->DeepCopy()),
/external/chromium_org/base/
H A Dvalues.cc59 return node->DeepCopy();
150 Value* Value::DeepCopy() const { function in class:base::Value
222 FundamentalValue* FundamentalValue::DeepCopy() const { function in class:base::FundamentalValue
290 StringValue* StringValue::DeepCopy() const { function in class:base::StringValue
326 BinaryValue* BinaryValue::DeepCopy() const { function in class:base::BinaryValue
773 SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
785 DictionaryValue* DictionaryValue::DeepCopy() const { function in class:base::DictionaryValue
791 current_entry->second->DeepCopy());
1080 ListValue* ListValue::DeepCopy() const { function in class:base::ListValue
1084 result->Append((*i)->DeepCopy());
[all...]
/external/chromium_org/v8/src/
H A Dhandles.cc315 Handle<JSObject> DeepCopy(Handle<JSObject> obj) { function in namespace:v8::internal
318 obj->DeepCopy(isolate),
H A Dobjects.cc5615 MUST_USE_RESULT MaybeObject* JSObject::DeepCopy(Isolate* isolate) { function in class:v8::internal::JSObject
5642 MaybeObject* maybe_copy = js_object->DeepCopy(isolate);
5672 { MaybeObject* maybe_result = js_object->DeepCopy(isolate);
5708 { MaybeObject* maybe_result = js_object->DeepCopy(isolate);
5726 { MaybeObject* maybe_result = js_object->DeepCopy(isolate);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 650 milliseconds