Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dabstract_timeline_row_component.ts43 @Output() readonly onTraceClicked = new EventEmitter<Trace<object>>(); property in AbstractTimelineRowComponent
146 this.onTraceClicked.emit(this.trace);
170 this.onTraceClicked.emit(assertDefined(this.trace));
Dexpanded_timeline_component.ts145 @Output() readonly onTraceClicked = new EventEmitter<Trace<object>>(); property in ExpandedTimelineComponent
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts142 @Output() readonly onTraceClicked = new EventEmitter<Trace<object>>(); property in MiniTimelineComponent
199 this.onTraceClicked.emit(trace);