Searched refs:comparisonSelect (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaVmTrackerComparison.ts | 32 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!);
|
| D | TabPaneGpuMemoryVmTrackerComparison.ts | 33 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/ |
| D | TabPaneDmaAbilityComparison.ts | 31 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!);
|
| D | TabPaneGpuMemoryComparison.ts | 32 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/ |
| D | TabPaneGpuClickSelectComparison.ts | 35 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!);
|