Searched refs:windowTokenToTitle (Results 1 – 3 of 3) sorted by relevance
27 private readonly windowTokenToTitle: Map<string, string>, property in UpdateTransitionChangesNames49 const windowTitle = this.windowTokenToTitle.get(windowIdString);
26 const windowTokenToTitle = new Map<string, string>([ constant32 windowTokenToTitle,
50 private windowTokenToTitle = new Map<string, string>(); property in Presenter132 this.windowTokenToTitle.set(value.token, value.title);199 this.windowTokenToTitle,