Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuItem.ts89 private rootEL: HTMLElement | null | undefined; property in LitMainMenuItem
132 this.rootEL = this.shadowRoot?.querySelector('.root');
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts103 private rootEL: HTMLDivElement | undefined | null; property in SpApplication
158 this.rootEL!.classList.add('dark');
161 this.rootEL!.classList.remove('dark');
248 this.rootEL = this.shadowRoot!.querySelector<HTMLDivElement>('.root');
600 if (this.rootEL!.classList.contains('filedrag')) {
601 this.rootEL!.classList.remove('filedrag');
629 if (!this.rootEL!.classList.contains('filedrag')) {
630 this.rootEL!.classList.add('filedrag');
641 if (this.rootEL!.classList.contains('filedrag')) {
642 this.rootEL!.classList.remove('filedrag');
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts171 private rootEL: HTMLDivElement | null | undefined; property in TraceRow
494 if (this.rootEL) {
495 this.rootEL.innerHTML = '';
709 this.rootEL = this.shadowRoot?.querySelector('.root');
904 this.rootEL!.style.height = `${this.getAttribute('height') || '40'}px`;
1213 return window.getComputedStyle(this.rootEL!, null).getPropertyValue('border-bottom-color');