Lines Matching full:globals
23 import {globals} from '../../frontend/globals';
56 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
65 data.resolution !== globals.getCurResolution()) {
66 globals.requestTrackData(this.trackState.id);
87 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
113 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
133 const threadInfo = globals.threads.get(utid);
151 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
152 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
153 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
184 const selection = globals.state.currentSelection;
185 const details = globals.sliceDetails;
192 const color = colorForThread(globals.threads.get(utid));
246 const hoveredThread = globals.threads.get(this.utidHoveredInThisTrack);
275 const {timeScale} = globals.frontendLocalState;
278 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
294 const threadInfo = globals.threads.get(hoveredUtid);
296 globals.frontendLocalState.setHoveredUtidAndPid(hoveredUtid, hoveredPid);
301 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
308 const {timeScale} = globals.frontendLocalState;
313 globals.dispatch(Actions.selectSlice(