Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts106 private currentSelectionTbl: LitTable | null | undefined; property in TabPaneCurrentSelection
146 this.currentSelectionTbl!.dataSource = list;
175 let threadClick = this.currentSelectionTbl?.shadowRoot?.querySelector('#thread-id');
285 this.currentSelectionTbl!.dataSource = list;
296 this.currentSelectionTbl!.dataSource = list;
320 this.currentSelectionTbl!.dataSource = list;
321 let funcClick = this.currentSelectionTbl?.shadowRoot?.querySelector('#function-jump');
367 this.currentSelectionTbl!.dataSource = list;
368 let funcClick = this.currentSelectionTbl?.shadowRoot?.querySelector('#function-jump');
434 this.currentSelectionTbl!.dataSource = list;
[all …]