Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues.cc16 Value* CopyWithoutEmptyChildren(Value* node) { in CopyWithoutEmptyChildren() function
24 Value* child_copy = CopyWithoutEmptyChildren(*it); in CopyWithoutEmptyChildren()
43 Value* child_copy = CopyWithoutEmptyChildren(child); in CopyWithoutEmptyChildren()
649 Value* copy = CopyWithoutEmptyChildren(this); in DeepCopyWithoutEmptyChildren()