Home
last modified time | relevance | path

Searched refs:tableThead (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneDmaVmTracker.ts29 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaVmTracker
46 this.tableThead = this.dmaTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
60 const thTable = this.tableThead!.querySelector('.th');
62 if (this.tableThead!.hasAttribute('sort')) {
63 this.tableThead!.removeAttribute('sort');
DTabPaneGpuMemorySelectVmTracker.ts28 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemorySelectVmTracker
32 … this.tableThead = this.gpuMemoryClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
53 const thTable = this.tableThead!.querySelector('.th');
55 if (this.tableThead!.hasAttribute('sort')) {
56 this.tableThead!.removeAttribute('sort');
DTabPaneDmaSelectVmTracker.ts29 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaSelectVmTracker
33 this.tableThead = this.damClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
56 const thTable = this.tableThead!.querySelector('.th');
58 if (this.tableThead!.hasAttribute('sort')) {
59 this.tableThead!.removeAttribute('sort');
DTabPaneGpuMemoryVmTracker.ts30 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemoryVmTracker
48 this.tableThead = this.gpuMemoryTableTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
112 const thTable = this.tableThead!.querySelector('.th');
114 if (this.tableThead!.hasAttribute('sort')) {
115 this.tableThead!.removeAttribute('sort');
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneGpuMemorySelectAbility.ts27 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemorySelectAbility
37 …this.tableThead = this.gpuMemoryClickTables?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
58 const thTable = this.tableThead!.querySelector('.th');
60 if (this.tableThead!.hasAttribute('sort')) {
61 this.tableThead!.removeAttribute('sort');
DTabPaneDmaSelectAbility.ts28 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaSelectAbility
33 this.tableThead = this.damClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
41 const thTable = this.tableThead!.querySelector('.th');
43 if (this.tableThead!.hasAttribute('sort')) {
44 this.tableThead!.removeAttribute('sort');
DTabPaneDmaAbility.ts30 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaAbility
46 this.tableThead = this.dmaTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
60 const thTable = this.tableThead!.querySelector('.th');
62 if (this.tableThead!.hasAttribute('sort')) {
63 this.tableThead!.removeAttribute('sort');
DTabPaneGpuMemoryAbility.ts31 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemoryAbility
50 this.tableThead = this.gpuMemoryTableTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
64 const thTable = this.tableThead!.querySelector('.th');
66 if (this.tableThead!.hasAttribute('sort')) {
67 this.tableThead!.removeAttribute('sort');