Searched refs:resizeObserverFromMemory (Results 1 – 12 of 12) sorted by relevance
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
D | TabPaneDmaVmTrackerComparison.ts | 25 import { resizeObserverFromMemory } from '../SheetUtils.js'; 49 resizeObserverFromMemory(this.parentElement!, this.damClickTable!, this.comparisonSelect!);
|
D | TabPanePurgPinComparisonVM.ts | 23 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js'; 120 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTable!, this.filterEl!);
|
D | TabPanePurgTotalComparisonVM.ts | 23 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js'; 120 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTable!, this.filterEl!);
|
D | TabPaneVmTrackerShmComparison.ts | 25 import { resizeObserverFromMemory } from '../SheetUtils.js'; 52 resizeObserverFromMemory(this.parentElement!, this.comparisonTableEl!, this.filterEl!);
|
D | TabPaneGpuMemoryVmTrackerComparison.ts | 26 import { compare, resizeObserverFromMemory } from '../SheetUtils.js'; 50 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
D | TabPanePurgPinComparisonAbility.ts | 22 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js'; 119 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTable!, this.filterEl!);
|
D | TabPaneDmaAbilityComparison.ts | 24 import { compare, resizeObserverFromMemory } from '../SheetUtils.js'; 48 resizeObserverFromMemory(this.parentElement!, this.damClickTable!, this.comparisonSelect!);
|
D | TabPanePurgTotalComparisonAbility.ts | 22 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js'; 120 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTable!, this.filterEl!);
|
D | TabPaneGpuMemoryComparison.ts | 25 import { compare, resizeObserverFromMemory } from '../SheetUtils.js'; 49 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/ |
D | TabPaneGpuClickSelectComparison.ts | 24 import { compare, CompareStruct, resizeObserverFromMemory } from '../SheetUtils.js'; 55 resizeObserverFromMemory(this.parentElement!, this.gpuComparisonTbl!, this.comparisonSelect!);
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
D | TabPaneSmapsComparison.ts | 21 import { resizeObserverFromMemory } from '../SheetUtils.js'; 164 resizeObserverFromMemory(this.parentElement!, this.smapsCompariosnTable!, this.filterEl!);
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
D | SheetUtils.ts | 37 export function resizeObserverFromMemory( function
|