Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.ts358 this.comparisonTableEl!.addEventListener('row-click', this.comparisonTblRowClickHandler);
368 this.comparisonTableEl!.removeEventListener('row-click', this.comparisonTblRowClickHandler);
372 private comparisonTblRowClickHandler = (e: Event): void => { property in TabPaneComparison