Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts64 private collectRowList1: Array<TraceRow<any>> = []; property in SpChartList
101 this.collectRowList1.forEach((row) => this.fragmentGroup1.appendChild(row));
120 for (let i = 0; i < this.collectRowList1.length; i++) {
121 this.collectRowList1[i].collectEL?.click();
158 return [...this.collectRowList1.filter(filter), ...this.collectRowList2.filter(filter)];
184 return this.collectRowList1.find(filter) || this.collectRowList2.find(filter);
188 return [...this.collectRowList1, ...this.collectRowList2];
193 for (const row of this.collectRowList1) {
210 this.collectRowList1 = Array.from(this.collectEl1!.children) as TraceRow<any>[];
225 this.collectRowList1.forEach((row) => {
[all …]