Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCounterSample.ts79 this.rowClickEvent();
82 private rowClickEvent(): void { method in TabPaneCounterSample
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneCallTree.ts354 this.rowClickEvent();
600 private rowClickEvent(): void { method in TabPaneCallTree
DTabPaneVirtualMemoryStatisticsAnalysis.ts138 this.rowClickEvent(vmTable);
183 private rowClickEvent(vmTable: LitTable) {
DTabPaneIOTierStatisticsAnalysis.ts137 this.rowClickEvent(ioTable);
186 private rowClickEvent(ioTable: LitTable): void {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts171 this.rowClickEvent();
173 private rowClickEvent(): void { method in TraceSheet