Searched refs:sortKey (Results 1 – 10 of 10) sorted by relevance
31 private sortKey = 'avgSize'; property in TabPanePurgPin59 this.sortByColumn({ key: this.sortKey, sort: this.sortType });85 this.sortByColumn({ key: this.sortKey, sort: this.sortType });109 this.sortKey = 'avgSize';179 this.sortKey = evt.detail.key;
30 private sortKey = 'avgSize'; property in TabPanePurgTotal57 this.sortByColumn({ key: this.sortKey, sort: this.sortType });82 this.sortByColumn({ key: this.sortKey, sort: this.sortType });106 this.sortKey = 'avgSize';175 this.sortKey = evt.detail.key;
34 private sortKey = ''; property in TabpanePerfBottomUp82 this.sortKey = '';153 this.sortKey = evt.detail.key;212 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {220 } else if (this.sortKey === 'symbolName') {
41 private sortKey: string = 'timeString'; property in TabPanePerfSample97 this.sortPerfSampleTable(this.sortKey, this.sortType);124 this.sortKey = evt.detail.key;
31 private sortKey = ''; property in TabPaneJsCpuCallTree67 this.sortKey = '';171 this.sortKey = evt.detail.key;224 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {232 } else if (this.sortKey === 'symbolName') {
33 private sortKey = 'timeStr'; property in TabPaneJsCpuStatistics61 this.sortKey = 'timeStr';129 this.sortByColumn({ key: this.sortKey, sort: this.sortType });224 this.sortKey = evt.detail.key;
37 private sortKey = 'heapSizeStr'; property in TabpaneNMCalltree538 this.sortKey = evt.detail.key;685 if (this.sortKey == 'heapSizeStr' || this.sortKey == 'heapPercent') {
520 for (auto sortKey : displayKeyNames_) { in OutputStdContentItem() local521 ReportKey &reportKey = Report::reportKeyMap_.at(sortKey); in OutputStdContentItem()