Searched refs:getCurrentTabTraceType (Results 1 – 1 of 1) sorted by relevance
264 assertDefined(this.getCurrentTabTraceType()),359 const currentTabTraceType = this.getCurrentTabTraceType();377 const currentTabTraceType = assertDefined(this.getCurrentTabTraceType());400 assertDefined(this.getCurrentTabTraceType()),417 const currentTabTraceType = this.getCurrentTabTraceType();431 private getCurrentTabTraceType(): TraceType | undefined { method in TraceViewComponent