Searched refs:gpuResourceTable (Results 1 – 1 of 1) sorted by relevance
25 private gpuResourceTable: LitTable | undefined | null; property in TabPaneGpuResourceVmTracker53 this.gpuResourceTable!.recycleDataSource = this.gpuResourceDataSource;58 this.gpuResourceTable = this.shadowRoot?.querySelector<LitTable>('#gpu-resource-tbl');63 resizeObserver(this.parentElement!, this.gpuResourceTable!);66 … this.gpuResourceTable!.shadowRoot!.querySelector<HTMLDivElement>('.table')!.style.height = '100%';67 this.gpuResourceTable!.reMeauseHeight();