Home
last modified time | relevance | path

Searched refs:comparisonSelect (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneDmaVmTrackerComparison.ts32 private comparisonSelect: TabPaneJsMemoryFilter | null | undefined; property in TabPaneDmaVmTrackerComparison
39 this.comparisonSelect = this.shadowRoot?.querySelector('#filter') as TabPaneJsMemoryFilter;
40 this.selectEl = this.comparisonSelect?.shadowRoot?.querySelector<LitSelect>('lit-select');
49 resizeObserverFromMemory(this.parentElement!, this.damClickTables!, this.comparisonSelect!);
DTabPaneGpuMemoryVmTrackerComparison.ts33 private comparisonSelect: TabPaneJsMemoryFilter | null | undefined; property in TabPaneGpuMemoryVmTrackerComparison
40 this.comparisonSelect = this.shadowRoot?.querySelector('#filter') as TabPaneJsMemoryFilter;
41 this.selectEl = this.comparisonSelect?.shadowRoot?.querySelector<LitSelect>('lit-select');
50 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTables!, this.comparisonSelect!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneDmaAbilityComparison.ts31 private comparisonSelect: TabPaneJsMemoryFilter | null | undefined; property in TabPaneDmaAbilityComparison
37 this.comparisonSelect = this.shadowRoot?.querySelector('#filter') as TabPaneJsMemoryFilter;
39 this.selectEl = this.comparisonSelect?.shadowRoot?.querySelector<LitSelect>('lit-select');
48 resizeObserverFromMemory(this.parentElement!, this.damClickTable!, this.comparisonSelect!);
DTabPaneGpuMemoryComparison.ts32 private comparisonSelect: TabPaneJsMemoryFilter | null | undefined; property in TabPaneGpuMemoryComparison
39 this.comparisonSelect = this.shadowRoot?.querySelector('#filter') as TabPaneJsMemoryFilter;
40 this.selectEl = this.comparisonSelect?.shadowRoot?.querySelector<LitSelect>('lit-select');
49 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelectComparison.ts35 private comparisonSelect: TabPaneJsMemoryFilter | null | undefined; property in TabPaneGpuClickSelectComparison
44 this.comparisonSelect = this.shadowRoot?.querySelector('#filter') as TabPaneJsMemoryFilter;
45 this.selectEl = this.comparisonSelect?.shadowRoot?.querySelector<LitSelect>('lit-select');
53 resizeObserverFromMemory(this.parentElement!, this.gpuComparisonTbl!, this.comparisonSelect!);