Searched refs:getPaneByID (Results 1 – 1 of 1) sorted by relevance
146 return this.getPaneByID(id)?.children.item(0) as unknown as T;149 getPaneByID(id: string): LitTabpane { method in TraceSheet185 let pane = this.getPaneByID('box-io-calltree');194 let pane = this.getPaneByID('box-vm-calltree');204 let pane = this.getPaneByID('box-file-system-calltree');226 let pane = this.getPaneByID('box-perf-profile');234 let pane = this.getPaneByID('box-native-calltree');243 let pane = this.getPaneByID('box-native-memory');252 let pane = this.getPaneByID('box-vm-events');263 let pane = this.getPaneByID('box-io-events');[all …]