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

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.cc144 base::Value* child_copy = DeepCopyAndResolveStrings(*it, strings); local
145 copy->Append(child_copy);
157 base::Value* child_copy = DeepCopyAndResolveStrings(&it.value(), local
159 copy->SetWithoutPathExpansion(it.key(), child_copy);
/external/chromium_org/base/
H A Dvalues.cc34 Value* child_copy = CopyWithoutEmptyChildren(*it); local
35 if (child_copy)
36 copy->Append(child_copy);
49 Value* child_copy = CopyWithoutEmptyChildren(&it.value()); local
50 if (child_copy)
51 copy->SetWithoutPathExpansion(it.key(), child_copy);

Completed in 67 milliseconds