Home
last modified time | relevance | path

Searched refs:resizeObserver (Results 1 – 25 of 93) sorted by relevance

1234

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCpuStateClick.ts19 import { resizeObserver } from '../SheetUtils.js';
45 resizeObserver(this.parentElement!, this.cpuStateClickTbl!);
DTabPanePTS.ts21 import { resizeObserver } from '../SheetUtils.js';
67 resizeObserver(this.parentElement!, this.ptsTbl!);
DTabPaneSPT.ts21 import { resizeObserver } from '../SheetUtils.js';
54 resizeObserver(this.parentElement!, this.sptTbl!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCpuStateClick.ts19 import { resizeObserver } from '../SheetUtils.js';
45 resizeObserver(this.parentElement!, this.cpuStateClickTbl!);
DTabPanePTS.ts21 import { resizeObserver } from '../SheetUtils.js';
52 resizeObserver(this.parentElement!, this.ptsTbl!);
DTabPaneSPT.ts21 import { resizeObserver } from '../SheetUtils.js';
54 resizeObserver(this.parentElement!, this.sptTbl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/freq/
DTabPaneFreq.ts20 import { resizeObserver } from '../SheetUtils.js';
46 resizeObserver(this.parentElement!, this.freqTbl!);
DTabPaneFreqLimit.ts20 import { resizeObserver } from '../SheetUtils.js';
47 resizeObserver(this.parentElement!, this.freqLimitTbl!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/freq/
DTabPaneFreq.ts20 import { resizeObserver } from '../SheetUtils.js';
46 resizeObserver(this.parentElement!, this.freqTbl!);
DTabPaneFreqLimit.ts20 import { resizeObserver } from '../SheetUtils.js';
47 resizeObserver(this.parentElement!, this.freqLimitTbl!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/fps/
DTabPaneFps.ts22 import { resizeObserver } from '../SheetUtils.js';
59 resizeObserver(this.parentElement!, this.fpsTbl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/fps/
DTabPaneFps.ts22 import { resizeObserver } from '../SheetUtils.js';
59 resizeObserver(this.parentElement!, this.fpsTbl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPinSelection.ts23 import { resizeObserver } from '../SheetUtils.js';
66 resizeObserver(this.parentElement!, this.purgeableSelectionTable!);
DTabPanePurgTotalSelection.ts23 import { resizeObserver } from '../SheetUtils.js';
70 resizeObserver(this.parentElement!, this.purgeableSelectionTable!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuGL.ts22 import { resizeObserver } from '../SheetUtils.js';
79 resizeObserver(this.parentElement!, this.glTbl!);
DTabPaneGpuTotalBoxSelect.ts22 import { resizeObserver } from '../SheetUtils.js';
92 resizeObserver(this.parentElement!, this.gpuBoxTbl!);
DTabPaneGpuWindowBoxSelect.ts22 import { resizeObserver } from '../SheetUtils.js';
93 resizeObserver(this.parentElement!, this.gpuBoxTbl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabPaneFrameAnimation.ts19 import { resizeObserver } from '../SheetUtils.js';
52 resizeObserver(this.parentElement!, this.frameAnimationTbl!);
DTabPaneFrameDynamic.ts19 import { resizeObserver } from '../SheetUtils.js';
67 resizeObserver(this.parentElement!, this.frameDynamicTbl!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts22 import { resizeObserver } from '../SheetUtils.js';
34 resizeObserver(this.parentElement!, this.tblPower!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts22 import { resizeObserver } from '../SheetUtils.js';
34 resizeObserver(this.parentElement!, this.tblPower!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsRecord.ts23 import { resizeObserver } from '../SheetUtils.js';
47 resizeObserver(this.parentElement!, this.tblSmapsRecord!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts20 import { resizeObserver } from '../SheetUtils.js';
61 resizeObserver(this.parentElement!, this.irqCounterTbl!);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts20 import { resizeObserver } from '../SheetUtils.js';
61 resizeObserver(this.parentElement!, this.irqCounterTbl!);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts20 import { resizeObserver } from '../SheetUtils.js';
83 resizeObserver(this.parentElement!, this.slicesTbl!);

1234