Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/profiler/
Dprofiler.js1457 this.sortedGroupKeys_ = getDictionaryKeys(groupKeyToData);
1458 this.sortedGroupKeys_.sort(this.getGroupSortingFunction_());
1483 if (this.sortedGroupKeys_.length > 0) {
1485 var randomGroupKey = this.groupedData_[this.sortedGroupKeys_[0]].key;
1512 for (var i = 0; i < this.sortedGroupKeys_.length; ++i) {
1513 var k = this.sortedGroupKeys_[i];
1741 this.sortedGroupKeys_ = []; property