Searched refs:sortKey (Results 1 – 9 of 9) sorted by relevance
33 private sortKey = ''; property in TabpanePerfBottomUp86 this.sortKey = '';172 this.sortKey = evt.detail.key;217 if (this.sortKey === 'selfTime' || this.sortKey === 'selfTimePercent') {225 } else if (this.sortKey === 'symbolName') {
37 private sortKey: string = 'timeString'; property in TabPanePerfSample102 this.sortPerfSampleTable(this.sortKey, this.sortType);129 this.sortKey = evt.detail.key;
33 private sortKey = ''; property in TabPaneJsCpuCallTree74 this.sortKey = '';180 this.sortKey = evt.detail.key;219 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {227 } else if (this.sortKey === 'symbolName') {
34 private sortKey = 'timeStr'; property in TabPaneJsCpuStatistics69 this.sortKey = 'timeStr';139 this.sortByColumn({ key: this.sortKey, sort: this.sortType });234 this.sortKey = evt.detail.key;
32 private sortKey = 'avgSize'; property in TabPanePurgPin80 this.sortByColumn({key: this.sortKey, sort: this.sortType});102 this.sortKey = 'avgSize';179 this.sortKey = evt.detail.key;
31 private sortKey = 'avgSize'; property in TabPanePurgTotal78 this.sortByColumn({key: this.sortKey, sort: this.sortType});100 this.sortKey = 'avgSize';172 this.sortKey = evt.detail.key;
176 export function initSort(table: LitTable, sortKey: string, sortType: number, filterValue?: string):…177 sortKey = '';
45 private sortKey: string = 'heapSizeStr'; property in TabpaneNMCalltree746 this.sortKey = evt.detail.key;888 if (this.sortKey === 'heapSizeStr' || this.sortKey === 'heapPercent') {
520 for (auto sortKey : displayKeyNames_) { in OutputStdContentItem() local521 ReportKey &reportKey = Report::reportKeyMap_.at(sortKey); in OutputStdContentItem()