Lines Matching refs:frontendLocalState
61 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
84 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
110 const {timeScale, visibleWindowTime} = globals.frontendLocalState;
146 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;
147 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
148 const isProcessHovered = globals.frontendLocalState.hoveredPid === pid;
258 const {timeScale} = globals.frontendLocalState;
261 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
279 globals.frontendLocalState.setHoveredUtidAndPid(hoveredUtid, hoveredPid);
284 globals.frontendLocalState.setHoveredUtidAndPid(-1, -1);
291 const {timeScale} = globals.frontendLocalState;