Home
last modified time | relevance | path

Searched refs:child_copy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo.cc144 base::Value* child_copy = DeepCopyAndResolveStrings(*it, strings); in DeepCopyAndResolveStrings() local
145 copy->Append(child_copy); in DeepCopyAndResolveStrings()
157 base::Value* child_copy = DeepCopyAndResolveStrings(&it.value(), in DeepCopyAndResolveStrings() local
159 copy->SetWithoutPathExpansion(it.key(), child_copy); in DeepCopyAndResolveStrings()
/external/chromium/base/
Dvalues.cc24 Value* child_copy = CopyWithoutEmptyChildren(*it); in CopyWithoutEmptyChildren() local
25 if (child_copy) in CopyWithoutEmptyChildren()
26 copy->Append(child_copy); in CopyWithoutEmptyChildren()
43 Value* child_copy = CopyWithoutEmptyChildren(child); in CopyWithoutEmptyChildren() local
44 if (child_copy) in CopyWithoutEmptyChildren()
45 copy->SetWithoutPathExpansion(*it, child_copy); in CopyWithoutEmptyChildren()
/external/chromium_org/base/
Dvalues.cc34 Value* child_copy = CopyWithoutEmptyChildren(*it); in CopyWithoutEmptyChildren() local
35 if (child_copy) in CopyWithoutEmptyChildren()
36 copy->Append(child_copy); in CopyWithoutEmptyChildren()
49 Value* child_copy = CopyWithoutEmptyChildren(&it.value()); in CopyWithoutEmptyChildren() local
50 if (child_copy) in CopyWithoutEmptyChildren()
51 copy->SetWithoutPathExpansion(it.key(), child_copy); in CopyWithoutEmptyChildren()