Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts37 private taskFramesGroupSource: Array<Array<TaskTabStruct>> = []; property in TabPaneTaskFrames
51 this.taskFramesGroupSource = [];
66 this.taskFramesGroupSource = [];
121 this.taskFramesGroupSource = [filterList];
141 this.taskFramesGroupSource = [[task]];
146 this.taskFramesGroupSource = [];
175 this.taskFramesGroupSource.push(filterArray);
177 this.taskFramesGroupSource.forEach((framesSource) => {
268 this.taskFramesGroupSource.forEach((framesGroup) => {