Lines Matching refs:frontendLocalState
53 if (globals.frontendLocalState.vidTimestamp < 0) {
54 globals.frontendLocalState.setVidTimestamp(Number.MAX_SAFE_INTEGER);
56 globals.frontendLocalState.setVidTimestamp(Number.MIN_SAFE_INTEGER);
60 globals.frontendLocalState.toggleSidebar();
70 globals.frontendLocalState.deselectArea();
129 boundFlows, globals.frontendLocalState.focusedFlowIdLeft);
130 globals.frontendLocalState.setHighlightedFlowLeftId(nextFlowId);
133 boundFlows, globals.frontendLocalState.focusedFlowIdRight);
134 globals.frontendLocalState.setHighlightedFlowRightId(nextFlowId);
148 globals.frontendLocalState.focusedFlowIdLeft :
149 globals.frontendLocalState.focusedFlowIdRight);