Home
last modified time | relevance | path

Searched refs:memoryAbilityTbl (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneMemoryAbility.ts28 private memoryAbilityTbl: LitTable | null | undefined; property in TabPaneMemoryAbility
34 if (this.memoryAbilityTbl) {
36 this.memoryAbilityTbl.shadowRoot.querySelector('.table').style.height =
43 this.memoryAbilityTbl = this.shadowRoot?.querySelector<LitTable>('#tb-memory-ability');
44 this.memoryAbilityTbl!.addEventListener('column-click', (evt) => {
52 resizeObserver(this.parentElement!, this.memoryAbilityTbl!);
64 this.memoryAbilityTbl!.recycleDataSource = this.memoryAbilitySource;
67 this.memoryAbilityTbl!.recycleDataSource = [];
140 this.memoryAbilityTbl!.recycleDataSource = this.memoryAbilitySource;
143 this.memoryAbilityTbl!.recycleDataSource = [];
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPaneMemoryAbility.test.ts60 tabPaneMemoryAbility.memoryAbilityTbl = jest.fn(() => true);
61 tabPaneMemoryAbility.memoryAbilityTbl.recycleDataSource = jest.fn(() => []);