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