Lines Matching full:globals
28 import {globals} from './globals';
54 globals.dispatch(Actions.updateLogsPagination({
66 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;
67 this.entries = globals.trackDataStore.get(LogEntriesKey) as LogEntries;
72 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;
73 this.entries = globals.trackDataStore.get(LogEntriesKey) as LogEntries;
80 globals.rafScheduler.scheduleFullRedraw();
84 globals.frontendLocalState.setHoveredTimestamp(ts);
88 globals.frontendLocalState.setHoveredTimestamp(-1);
97 const vis = globals.frontendLocalState.visibleWindowTime;
132 formatTimestamp(ts / 1e9 - globals.state.traceTime.startSec)),