Searched refs:hoveredUtid (Results 1 – 4 of 4) sorted by relevance
102 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;103 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;237 let hoveredUtid = -1; variable244 hoveredUtid = utid;248 this.utidHoveredInThisTrack = hoveredUtid;249 const threadInfo = globals.threads.get(hoveredUtid);251 globals.frontendLocalState.setHoveredUtidAndPid(hoveredUtid, hoveredPid);
94 const isHovering = globals.frontendLocalState.hoveredUtid !== -1;95 const isThreadHovered = globals.frontendLocalState.hoveredUtid === utid;
69 hoveredUtid = -1; property in FrontendLocalState126 this.hoveredUtid = utid;
86 if (globals.frontendLocalState.hoveredUtid !== -1) {