Lines Matching refs:frontendLocalState
113 const area = globals.frontendLocalState.selectedArea;
115 globals.frontendLocalState.areaY.start === undefined ||
116 globals.frontendLocalState.areaY.end === undefined ||
126 if (globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT <
128 globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT >
136 globals.frontendLocalState.timeScale.timeToPx(area.startSec),
137 globals.frontendLocalState.timeScale.timeToPx(area.endSec),
138 globals.frontendLocalState.areaY.start + TOPBAR_HEIGHT,
139 globals.frontendLocalState.areaY.end + TOPBAR_HEIGHT);
158 globals.frontendLocalState.selectArea(area.startSec, area.endSec, tracks);
244 globals.frontendLocalState.updateLocalLimits(
293 clientRect.width - globals.frontendLocalState.getScrollbarWidth();
385 const area = globals.frontendLocalState.selectedArea;
387 globals.frontendLocalState.areaY.start === undefined ||
388 globals.frontendLocalState.areaY.end === undefined) {
418 const startX = globals.frontendLocalState.timeScale.timeToPx(area.startSec);
419 const endX = globals.frontendLocalState.timeScale.timeToPx(area.endSec);