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

/external/chromium/base/
H A Dvalues.cc24 Value* child_copy = CopyWithoutEmptyChildren(*it); local
25 if (child_copy)
26 copy->Append(child_copy);
43 Value* child_copy = CopyWithoutEmptyChildren(child); local
44 if (child_copy)
45 copy->SetWithoutPathExpansion(*it, child_copy);

Completed in 914 milliseconds