Home
last modified time | relevance | path

Searched refs:gpuTbl (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.ts32 private gpuTbl: LitTable | null | undefined; property in TabPaneGpuClickSelect
35 …let td = this.gpuTbl!.shadowRoot!.querySelector('.thead')?.firstChild?.firstChild as HTMLDivElemen…
53 …this.gpuTbl?.shadowRoot?.querySelector('.table')?.style?.height = this.parentElement!.clientHeight…
54 this.gpuTbl!.loading = true;
58 this.gpuTbl!.loading = false;
63 this.gpuTbl!.recycleDataSource = this.gpuSource;
64 this.theadClick(this.gpuTbl!, this.gpuSource);
67 this.gpuTbl!.recycleDataSource = [];
120 this.gpuTbl = this.shadowRoot?.querySelector<LitTable>('#tb-gpu');
121 this.gpuTbl!.addEventListener('column-click', (evt: any) => {
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.test.ts66 tabPaneGpuClickSelects.gpuTbl = jest.fn(() => true);