Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts172 private nameEL: HTMLLabelElement | null | undefined; property in TraceRow
705 this.nameEL!.style.marginLeft = value + 'px';
713 this.nameEL = this.shadowRoot?.querySelector('.name');
859 this.nameEL!.onclick = () => {
1302 if (this.nameEL) {
1303 this.nameEL.textContent = newValue;
1304 this.nameEL.title = newValue;