Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dstate.ts275 nextNoteId: number; property
784 nextNoteId: 1, // 0 is reserved for ephemeral area marking.
Dactions.ts484 const id = `${state.nextNoteId++}`;
505 const id = args.persistent ? `${state.nextNoteId++}` : '0';
537 const id = args.persistent ? `${state.nextNoteId++}` : '0';