Lines Matching refs:frontendLocalState
50 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
81 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
108 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
130 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
131 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
132 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
182 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
188 const {timeScale} = globals.frontendLocalState;
194 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
202 globals.frontendLocalState.setHoveredUtidAndPid(utid, pid);
207 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);