Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dvalues.cc24 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
/external/libchrome/base/
Dvalues.cc24 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