Home
last modified time | relevance | path

Searched refs:resizeObserverFromMemory (Results 1 – 12 of 12) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneDmaVmTrackerComparison.ts25 import { resizeObserverFromMemory } from '../SheetUtils.js';
49 resizeObserverFromMemory(this.parentElement!, this.damClickTable!, this.comparisonSelect!);
DTabPanePurgPinComparisonVM.ts23 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js';
120 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTable!, this.filterEl!);
DTabPanePurgTotalComparisonVM.ts23 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js';
120 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTable!, this.filterEl!);
DTabPaneVmTrackerShmComparison.ts25 import { resizeObserverFromMemory } from '../SheetUtils.js';
52 resizeObserverFromMemory(this.parentElement!, this.comparisonTableEl!, this.filterEl!);
DTabPaneGpuMemoryVmTrackerComparison.ts26 import { compare, resizeObserverFromMemory } from '../SheetUtils.js';
50resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPinComparisonAbility.ts22 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js';
119 resizeObserverFromMemory(this.parentElement!, this.purgeablePinTable!, this.filterEl!);
DTabPaneDmaAbilityComparison.ts24 import { compare, resizeObserverFromMemory } from '../SheetUtils.js';
48 resizeObserverFromMemory(this.parentElement!, this.damClickTable!, this.comparisonSelect!);
DTabPanePurgTotalComparisonAbility.ts22 import { CompareStruct, compare, resizeObserverFromMemory } from '../SheetUtils.js';
120 resizeObserverFromMemory(this.parentElement!, this.purgeableTotalTable!, this.filterEl!);
DTabPaneGpuMemoryComparison.ts25 import { compare, resizeObserverFromMemory } from '../SheetUtils.js';
49resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelectComparison.ts24 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/
DTabPaneSmapsComparison.ts21 import { resizeObserverFromMemory } from '../SheetUtils.js';
164 resizeObserverFromMemory(this.parentElement!, this.smapsCompariosnTable!, this.filterEl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts37 export function resizeObserverFromMemory( function