Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/viewer_page/
Dnotes_panel.ts603 this.trace.selection.selectNote({id: note.id});
610 this.trace.selection.selectNote({id: noteId});
/external/perfetto/ui/src/core/
Dselection_manager.ts87 selectNote(args: {id: string}, opts?: SelectionOpts) { method in SelectionManagerImpl