Home
last modified time | relevance | path

Searched refs:visibleState (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrack_controller.ts151 globals.state.frontendLocalState.visibleState.resolution;
234 const visibleState = globals.state.frontendLocalState.visibleState; constant
235 if (visibleState === undefined || visibleState.resolution === undefined ||
236 visibleState.resolution === Infinity) {
239 const dur = visibleState.endSec - visibleState.startSec; constant
241 this.shouldRequestData(visibleState)) {
255 let resolution = visibleState.resolution;
264 visibleState.startSec - dur,
265 visibleState.endSec + dur,
Dsearch_controller.ts75 const visibleState = this.app.state.frontendLocalState.visibleState; constant
77 if (visibleState === undefined || omniboxState === undefined ||
81 const newSpan = new TimeSpan(visibleState.startSec, visibleState.endSec);
83 let newResolution = visibleState.resolution;
Dlogs_controller.ts180 const traceTime = this.app.state.frontendLocalState.visibleState;
Dheap_profile_controller.ts331 const timeState = globals.state.frontendLocalState.visibleState;
/external/perfetto/ui/src/frontend/
Dfrontend_local_state.ts202 this._visibleState = chooseLatest(this._visibleState, state.visibleState);
203 if (this._visibleState === state.visibleState) {
/external/perfetto/ui/src/common/
Dstate.ts156 visibleState: VisibleState; property
811 visibleState: {
Dactions.ts809 state.frontendLocalState.visibleState = args;