Searched refs:LogBounds (Results 1 – 3 of 3) sorted by relevance
20 LogBounds,37 private bounds?: LogBounds;66 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;72 this.bounds = globals.trackDataStore.get(LogBoundsKey) as LogBounds;
17 LogBounds,29 engine: Engine, span: TimeSpan): Promise<LogBounds> {
21 export interface LogBounds { interface