Home
last modified time | relevance | path

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

/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()