Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts108 private wakeupListTbl: LitTable | undefined | null; property in TabPaneCurrentSelection
1224 this.wakeupListTbl!.style.display = 'none';
1432 this.wakeupListTbl = this.shadowRoot?.querySelector<LitTable>('#wakeupListTbl');
1440 this.wakeupListTbl!.style.display = 'flex';
1484 this.wakeupListTbl!.recycleDataSource = resource;
1489 this.wakeupListTbl!.getItemTextColor = (data: any) => {