Searched refs:child_copy (Results 1 – 3 of 3) sorted by relevance
144 base::Value* child_copy = DeepCopyAndResolveStrings(*it, strings); in DeepCopyAndResolveStrings() local145 copy->Append(child_copy); in DeepCopyAndResolveStrings()157 base::Value* child_copy = DeepCopyAndResolveStrings(&it.value(), in DeepCopyAndResolveStrings() local159 copy->SetWithoutPathExpansion(it.key(), child_copy); in DeepCopyAndResolveStrings()
24 Value* child_copy = CopyWithoutEmptyChildren(*it); in CopyWithoutEmptyChildren() local25 if (child_copy) in CopyWithoutEmptyChildren()26 copy->Append(child_copy); in CopyWithoutEmptyChildren()43 Value* child_copy = CopyWithoutEmptyChildren(child); in CopyWithoutEmptyChildren() local44 if (child_copy) in CopyWithoutEmptyChildren()45 copy->SetWithoutPathExpansion(*it, child_copy); in CopyWithoutEmptyChildren()
34 Value* child_copy = CopyWithoutEmptyChildren(*it); in CopyWithoutEmptyChildren() local35 if (child_copy) in CopyWithoutEmptyChildren()36 copy->Append(child_copy); in CopyWithoutEmptyChildren()49 Value* child_copy = CopyWithoutEmptyChildren(&it.value()); in CopyWithoutEmptyChildren() local50 if (child_copy) in CopyWithoutEmptyChildren()51 copy->SetWithoutPathExpansion(it.key(), child_copy); in CopyWithoutEmptyChildren()