Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts47 private groupTitle2: HTMLDivElement | null | undefined; property in SpChartList
73 this.groupTitle2 = this.shadowRoot?.querySelector<HTMLDivElement>('#group-2-title');
140 if (this.groupTitle2) {
141 this.maxHeight += this.groupTitle2.clientHeight;
418 this.groupTitle2!.style.display = 'none';
435 this.groupTitle2!.style.display = this.collectRowList2.length === 0 ? 'none' : 'flex';