Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dactions.ts514 state.currentSelection.noteId = id;
520 selection.noteId !== undefined) {
521 this.removeNote(state, {id: selection.noteId});
605 state.currentSelection.noteId === args.id) {
606 state.currentSelection.noteId = undefined;
771 reSelectArea(state: StateDraft, args: {areaId: string, noteId: string}):
776 noteId: args.noteId
Dstate.ts41 noteId?: string; property
/external/perfetto/ui/src/frontend/
Ddetails_panel.ts206 if (curSelection.noteId !== undefined) {
212 id: curSelection.noteId,
Dnotes_panel.ts113 (selection.kind === 'AREA' && selection.noteId === note.id));
231 Actions.reSelectArea({areaId: note.areaId, noteId: note.id}));
Dtime_selection_panel.ts152 selection.noteId === note.id;