Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/
Dproperty_tree_node_data_view_component.ts70 const customEvent = new CustomEvent(ViewerEvents.TimestampClick, { constant
74 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component.ts273 const customEvent = new CustomEvent(event, { constant
277 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog_component.ts263 const customEvent = new CustomEvent(event, { constant
267 this.elementRef.nativeElement.dispatchEvent(customEvent);
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component.ts354 const customEvent = new CustomEvent(event, { constant
358 this.elementRef.nativeElement.dispatchEvent(customEvent);