Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts276 this.refreshChildRow(traceRow.childrenList, true);
286 this.refreshChildRow(traceRow.childrenList, isShowRow);
292 this.refreshChildRow(traceRow.childrenList);
354 refreshChildRow(childRows: Array<TraceRow<BaseStruct>>, isShowScene: boolean = false): void { method in TraceRowConfig
359 this.refreshChildRow(row.childrenList, isShowScene);
366 this.refreshChildRow(row.childrenList);