Lines Matching refs:frontendLocalState
56 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
79 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
106 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
128 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
129 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
130 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
167 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
173 const {timeScale} = globals.frontendLocalState;
179 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
187 globals.frontendLocalState.setHoveredUtidAndPid(utid, pid);
192 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);