Searched defs:child_copy (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dvalues.cc32 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(**it); local
33 if (child_copy) {
36 copy->Append(std::move(child_copy));
46 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); local
47 if (child_copy) {
50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy));
/external/libweave/third_party/chromium/base/
H A Dvalues.cc32 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(**it); local
33 if (child_copy) {
36 copy->Append(std::move(child_copy));
46 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); local
47 if (child_copy) {
50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy));

Completed in 55 milliseconds