Lines Matching full:globals
24 import {globals} from './globals';
47 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;
53 const resp = globals.queryResults.get('command') as QueryResponse;
97 globals.queryResults.delete('command');
98 globals.rafScheduler.scheduleFullRedraw();
141 globals.rafScheduler.scheduleFullRedraw();
166 globals.rafScheduler.scheduleFullRedraw();
188 const frontendLocalState = globals.frontendLocalState;
200 globals.rafScheduler.scheduleFullRedraw();
214 const traceTime = globals.state.traceTime;
215 const vizTime = globals.frontendLocalState.visibleWindowTime;
228 globals.rafScheduler.scheduleRedraw();
238 globals.rafScheduler.scheduleRedraw();
243 globals.frontendLocalState.setShowTimeSelectPreview(false);
244 const traceTime = globals.state.traceTime;
252 globals.dispatch(Actions.selectTimeSpan({startTs, endTs}));
253 globals.rafScheduler.scheduleRedraw();
265 globals.state.scrollingTracks.map(id => m(TrackPanel, {key: id, id}));
267 for (const group of Object.values(globals.state.trackGroups)) {
283 const curSelection = globals.state.currentSelection;
326 globals.dispatch(Actions.deselect({}));
336 ...globals.state.pinnedTracks.map(