Searched refs:currentSelection (Results 1 – 22 of 22) sorted by relevance
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 ?[all …]
89 const selection = globals.state.currentSelection;161 const selection = globals.state.currentSelection;220 if (globals.state.currentSelection !== null) {221 if (globals.state.currentSelection.kind === 'NOTE') {222 const note = globals.state.notes[globals.state.currentSelection.id];232 if (globals.state.currentSelection.kind === 'SLICE' &&
39 const selection = globals.state.currentSelection;102 globals.state.currentSelection !== null &&103 globals.state.currentSelection.kind === 'AREA' ?294 const selection = globals.state.currentSelection;342 if (globals.state.currentSelection !== null) {343 if (globals.state.currentSelection.kind === 'NOTE') {344 const note = globals.state.notes[globals.state.currentSelection.id];355 if (globals.state.currentSelection.kind === 'SLICE' &&
42 const selection = globals.state.currentSelection;144 const selection = globals.state.currentSelection;188 const selection = globals.state.currentSelection;
41 const selection = globals.state.currentSelection;115 const selection = globals.state.currentSelection;
111 const selection = globals.state.currentSelection;
158 if (globals.state.currentSelection?.kind === 'CHROME_SLICE') {159 const sliceId = globals.state.currentSelection.id;
133 const selection = globals.state.currentSelection;
192 const curSelection = globals.state.currentSelection;
110 const selection = globals.state.currentSelection;
474 state.currentSelection = {501 if (state.currentSelection === null ||502 state.currentSelection.kind !== 'AREA') {510 areaId: state.currentSelection.areaId,514 state.currentSelection.noteId = id;518 const selection = state.currentSelection;599 if (state.currentSelection === null) return;600 if (state.currentSelection.kind === 'NOTE' &&601 state.currentSelection.id === args.id) {602 state.currentSelection = null;[all …]
304 currentSelection: Selection|null; property824 currentSelection: null,
85 const currentSelection = globals.state.currentSelection; constant86 const isSelected = currentSelection &&87 currentSelection.kind === 'THREAD_STATE' &&88 currentSelection.id === data.ids[i];
97 const currentSelection = globals.state.currentSelection; constant98 const isSelected = currentSelection &&99 currentSelection.kind === 'CHROME_SLICE' &&100 currentSelection.id !== undefined && currentSelection.id === sliceId;
52 const selection = globals.state.currentSelection;180 if (selection === globals.state.currentSelection) {261 const selection = globals.state.currentSelection;297 const selection = globals.state.currentSelection;
37 const selection = globals.state.currentSelection;
186 const selection = globals.state.currentSelection;
667 int[] currentSelection = new int[logBitrates.length]; in getAllocationCheckpoints() local668 setCheckpointValues(checkpoints, /* checkpointIndex= */ 1, trackBitrates, currentSelection); in getAllocationCheckpoints()673 if (currentSelection[i] + 1 == logBitrates[i].length) { in getAllocationCheckpoints()676 double switchPoint = switchPoints[i][currentSelection[i]]; in getAllocationCheckpoints()682 currentSelection[nextUpdateIndex]++; in getAllocationCheckpoints()683 setCheckpointValues(checkpoints, checkpointIndex, trackBitrates, currentSelection); in getAllocationCheckpoints()
61 const selection = globals.state.currentSelection;
64 const selection = globals.state.currentSelection;
55 const selection = globals.state.currentSelection;
151 const selection = globals.state.currentSelection;