Searched refs:gpuMemoryClickTable (Results 1 – 2 of 2) sorted by relevance
26 private gpuMemoryClickTable: LitTable | null | undefined; property in TabPaneGpuMemorySelectVmTracker31 this.gpuMemoryClickTable = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTable');32 … this.tableThead = this.gpuMemoryClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;33 this.gpuMemoryClickTable!.addEventListener('column-click', (e) => {44 this.gpuMemoryClickTable?.shadowRoot?.querySelector('.table').style.height =47 this.gpuMemoryClickTable?.reMeauseHeight();78 this.gpuMemoryClickTable!.recycleDataSource = data.sort(function (86 this.gpuMemoryClickTable!.recycleDataSource = [];120 this.gpuMemoryClickTable!.recycleDataSource = this.gpuMemoryClickSource;126 …this.gpuMemoryClickTable!.recycleDataSource = array.sort((gpuMemoryLeftData, gpuMemoryRightData) =…[all …]
31 private gpuMemoryClickTable: LitTable | null | undefined; property in TabPaneGpuMemoryComparison38 this.gpuMemoryClickTable = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTable');41 this.gpuMemoryClickTable!.addEventListener('column-click', (e) => {49 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);122 this.gpuMemoryClickTable!.recycleDataSource = comparisonData;128 this.gpuMemoryClickTable!.recycleDataSource = this.comparisonSource;134 this.gpuMemoryClickTable!.recycleDataSource = array.sort(143 this.gpuMemoryClickTable!.recycleDataSource = array.sort(152 this.gpuMemoryClickTable!.recycleDataSource = array.sort(