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

/external/chromium_org/base/
H A Dvalues.cc26 Value* CopyWithoutEmptyChildren(const Value* node) { function in namespace:base::__anon2589
34 Value* child_copy = CopyWithoutEmptyChildren(*it);
49 Value* child_copy = CopyWithoutEmptyChildren(&it.value());
769 Value* copy = CopyWithoutEmptyChildren(this);

Completed in 72 milliseconds