Home
last modified time | relevance | path

Searched refs:filterEl (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts43 filterEl: HTMLElement,
55 if (filterEl!.clientHeight > 0) {
56 filterHeight = filterEl!.clientHeight;
59 filterEl!.style.display = 'flex';
61 filterEl!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPinComparisonAbility.ts29 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPanePurgPinComparisonAbility
34 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
35 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
131 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTable!, this.filterEl!);
DTabPanePurgTotalComparisonAbility.ts29 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPanePurgTotalComparisonAbility
34 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
35 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
134 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTable!, this.filterEl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPanePurgPinComparisonVM.ts29 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPanePurgPinComparisonVM
34 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
35 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
132 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTables!, this.filterEl!);
DTabPanePurgTotalComparisonVM.ts30 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPanePurgTotalComparisonVM
35 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
36 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
137 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTables!, this.filterEl!);
DTabPaneVmTrackerShmComparison.ts38 private filterEl: TabPaneJsMemoryFilter | undefined | null;
43 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
44 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
53 resizeObserverFromMemory(this.parentElement!, this.comparisonTableEl!, this.filterEl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsComparison.ts29 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPaneSmapsComparison
35 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
36 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
172 resizeObserverFromMemory(this.parentElement!, this.smapsCompariosnTable!, this.filterEl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.ts36 private filterEl: TabPaneJsMemoryFilter | undefined | null; property in TabPaneComparison
51 this.filterEl = this.shadowRoot!.querySelector<TabPaneJsMemoryFilter>('#filter');
52 this.selectEl = this.filterEl?.shadowRoot?.querySelector<LitSelect>('lit-select');
53 …this.search = this.filterEl?.shadowRoot?.querySelector('#js-memory-filter-input') as HTMLInputElem…
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts59 private filterEl: TabPaneFilter | undefined | null;
166 this.filterEl = this.shadowRoot?.querySelector('#filter');
167 this.filterEl!.setOptionsList(['Hide Process', 'Hide Thread']);
168 let popover = this.filterEl!.shadowRoot!.querySelector('#check-popover');
1124 this.filterEl!.style.display = 'none';
1126 this.filterEl!.style.display = 'flex';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts129 private filterEl: TabPaneFilter | undefined | null;
271 this.filterEl = this.shadowRoot?.querySelector('#filter');
272 this.filterEl!.setOptionsList(['Hide Thread']);
273 let popover = this.filterEl!.shadowRoot!.querySelector('#check-popover');
1454 this.filterEl!.style.display = 'none';
1458 this.filterEl!.style.display = 'flex';