Lines Matching refs:frontendLocalState
56 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
87 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
113 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
151 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
152 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
153 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
275 const {timeScale} = globals.frontendLocalState;
278 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
296 globals.frontendLocalState.setHoveredUtidAndPid(hoveredUtid, hoveredPid);
301 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
308 const {timeScale} = globals.frontendLocalState;