Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts45 private collectEl2: HTMLDivElement | null | undefined; property in SpChartList
71 this.collectEl2 = this.shadowRoot?.querySelector<HTMLDivElement>('#collect-group-2');
109 this.collectEl2?.appendChild(this.fragmentGroup2);
136 this.collectEl2!.childNodes.forEach((item) => (this.maxHeight += (item as any).clientHeight));
176 this.collectEl2?.appendChild(this.fragmentGroup2);
212 this.collectEl2!.insertBefore(node, child);
213 this.collectRowList2 = Array.from(this.collectEl2!.children) as TraceRow<any>[];
236 this.collectEl2!.innerHTML = '';
372 this.collectEl2!.appendChild(this.fragmentGroup2);
427 this.collectEl2?.appendChild(this.fragmentGroup2);