Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts90 private switchDiv: LitPopover | undefined | null; property in TraceSheet
159 this.switchDiv = this.shadowRoot?.querySelector('#select-process');
164 this.switchDiv!.visible = 'false';
865 this.switchDiv!.style.display = 'flex';
898 this.switchDiv!.style.display = 'none';