Searched refs:sortRange (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | utilities.js | 434 var sortRange = { variable 464 Object.defineProperty(Array.prototype, "sortRange", sortRange); 465 Object.defineProperty(Uint32Array.prototype, "sortRange", sortRange);
|
D | HeapSnapshot.js | 1780 …this._iterationOrder.sortRange(compareEdgeAndNode, leftBound, rightBound, windowLeft, windowRight); 1782 …this._iterationOrder.sortRange(compareNodeAndEdge, leftBound, rightBound, windowLeft, windowRight); 1784 …this._iterationOrder.sortRange(compareNodeAndNode, leftBound, rightBound, windowLeft, windowRight); 1850 … this._iterationOrder.sortRange(sortByComparator, leftBound, rightBound, windowLeft, windowRight);
|
D | externs.js | 143 Array.prototype.sortRange = function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowR… method in Array
|