Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelect.ts29 private bodyEl: unknown; property in LitSelect
168 this.bodyEl!.style.display = 'flex';
194 this.bodyEl!.style.display = 'none';
279 this.bodyEl = this.shadowRoot!.querySelector('.body');
390 this.bodyEl!.style.display = 'flex';
402 if (this.parentElement!.offsetTop < this.bodyEl!.clientHeight) {
404 this.bodyEl!.classList.add('body-bottom');
407 this.bodyEl!.classList.remove('body-bottom');
560 this.bodyEl!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/
DSpThirdParty.ts21 private bodyEl: HTMLElement | undefined | null; property in SpThirdParty
29 this.bodyEl = this.shadowRoot?.querySelector('.body');
DSpFlags.ts21 private bodyEl: HTMLElement | undefined | null; property in SpFlags
26 this.bodyEl = this.shadowRoot?.querySelector('.body');
137 this.bodyEl!.appendChild(configDiv);