Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/task_profiler/
Dtask_profiler_data_serializer.cc104 scoped_ptr<base::DictionaryValue> parent_child(new base::DictionaryValue); in ToValue() local
105 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()
/external/chromium_org/base/
Dtracked_objects.cc956 const ThreadData::ParentChildPair& parent_child) in ParentChildPairSnapshot() argument
957 : parent(*parent_child.first), in ParentChildPairSnapshot()
958 child(*parent_child.second) { in ParentChildPairSnapshot()
Dtracked_objects.h768 const ThreadData::ParentChildPair& parent_child);