/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
D | SheetUtils.ts | 43 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/ |
D | TabPanePurgPinComparisonAbility.ts | 29 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!);
|
D | TabPanePurgTotalComparisonAbility.ts | 29 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/ |
D | TabPanePurgPinComparisonVM.ts | 29 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!);
|
D | TabPanePurgTotalComparisonVM.ts | 30 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!);
|
D | TabPaneVmTrackerShmComparison.ts | 38 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/ |
D | TabPaneSmapsComparison.ts | 29 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/ |
D | TabPaneComparison.ts | 36 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/ |
D | TabPanePerfAnalysis.ts | 59 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/ |
D | TabPaneNMStatisticAnalysis.ts | 129 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';
|