Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dselection_controller.ts41 const selectedSlice = selection.id; constant
42 this.lastSelectedSlice = selectedSlice;
44 if (selectedSlice !== undefined) {
46 WHERE row_id = ${selectedSlice}`;
53 selection.id === selectedSlice) {