Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc39 std::unique_ptr<Value> CopyListWithoutEmptyChildren(const Value& list) { in CopyListWithoutEmptyChildren() function
67 return CopyListWithoutEmptyChildren(static_cast<const ListValue&>(node)); in CopyWithoutEmptyChildren()