Searched refs:parent_child (Results 1 – 3 of 3) sorted by relevance
104 scoped_ptr<base::DictionaryValue> parent_child(new base::DictionaryValue); in ToValue() local105 BirthOnThreadSnapshotToValue(it->parent, "parent", parent_child.get()); in ToValue()106 BirthOnThreadSnapshotToValue(it->child, "child", parent_child.get()); in ToValue()107 descendants_list->Append(parent_child.release()); in ToValue()
956 const ThreadData::ParentChildPair& parent_child) in ParentChildPairSnapshot() argument957 : parent(*parent_child.first), in ParentChildPairSnapshot()958 child(*parent_child.second) { in ParentChildPairSnapshot()
768 const ThreadData::ParentChildPair& parent_child);