Searched refs:sortAndRewind (Results 1 – 3 of 3) sorted by relevance
100 sortAndRewind: function(comparator, callback) { } method in WebInspector.HeapSnapshotGridNode.ChildrenProvider279 this._provider().sortAndRewind(this.comparator(), sorted.bind(this));287 this._provider().sortAndRewind(this.comparator(), callback);484 this._provider().sortAndRewind(this.comparator(), afterSort.bind(this));1268 sortAndRewind: function(comparator, callback) method in WebInspector.HeapSnapshotDiffNodesProvider1275 this._deletedNodesProvider.sortAndRewind(comparator, callback);1277 this._addedNodesProvider.sortAndRewind(comparator, afterSort.bind(this));
544 sortAndRewind: function(comparator, callback) method in WebInspector.HeapSnapshotProviderProxy
2084 sortAndRewind: function(comparator) method in WebInspector.HeapSnapshotItemProvider