Searched refs:CopyWithoutEmptyChildren (Results 1 – 2 of 2) sorted by relevance
24 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node);32 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(**it); in CopyListWithoutEmptyChildren()46 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren()56 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node) { in CopyWithoutEmptyChildren() function