Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dutilities.js434 var sortRange = { variable
464 Object.defineProperty(Array.prototype, "sortRange", sortRange);
465 Object.defineProperty(Uint32Array.prototype, "sortRange", sortRange);
DHeapSnapshot.js1780 …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);
Dexterns.js143 Array.prototype.sortRange = function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowR… method in Array