Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts46 private groupTitle1: HTMLDivElement | null | undefined; property in SpChartList
72 this.groupTitle1 = this.shadowRoot?.querySelector<HTMLDivElement>('#group-1-title');
137 if (this.groupTitle1) {
138 this.maxHeight += this.groupTitle1.clientHeight;
417 this.groupTitle1!.style.display = 'none';
434 this.groupTitle1!.style.display = this.collectRowList1.length === 0 ? 'none' : 'flex';