Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts111 for (const childrenRow of row.childrenList) { constant
112 if (childrenRow.rowType === 'func') {
113 sliceRowList.push(childrenRow);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts471 for (const childrenRow of this.childrenList) { constant
472 if (!childrenRow.collect) {
473 this.fragment.append(childrenRow);
476 if (childrenRow.childrenList && childrenRow.folder && childrenRow.expansion) {
477 childrenRow.expansion = false;