Searched refs:CopyWithoutEmptyChildren (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dvalues.cc16 Value* CopyWithoutEmptyChildren(Value* node) { function in namespace:__anon1245
24 Value* child_copy = CopyWithoutEmptyChildren(*it);
43 Value* child_copy = CopyWithoutEmptyChildren(child);
625 Value* copy = CopyWithoutEmptyChildren(this);

Completed in 78 milliseconds