Lines Matching full:globals
20 import {globals} from '../../frontend/globals';
50 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
59 data.resolution !== globals.getCurResolution()) {
60 globals.requestTrackData(this.trackState.id);
81 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
108 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
127 const threadInfo = globals.threads.get(utid);
130 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
131 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
132 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
151 const hoveredThread = globals.threads.get(this.utidHoveredInThisTrack);
182 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
188 const {timeScale} = globals.frontendLocalState;
194 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
200 const threadInfo = globals.threads.get(utid);
202 globals.frontendLocalState.setHoveredUtidAndPid(utid, pid);
207 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);