Lines Matching refs:currentSelection
34 const selection = globals.state.currentSelection;
114 if (!globals.state.currentSelection ||
115 globals.state.currentSelection.kind !== 'CHROME_SLICE') {
118 const sliceId = globals.state.currentSelection.id;
140 if (!globals.state.currentSelection ||
141 globals.state.currentSelection.kind !== 'CHROME_SLICE') {
145 const sliceId = globals.state.currentSelection.id;
169 const selection = globals.state.currentSelection;
200 globals.state.currentSelection !== null) {
201 const tracks = globals.state.currentSelection.trackId ?
202 [globals.state.currentSelection.trackId] :
210 const selection = globals.state.currentSelection;