Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotGridNodes.js100 sortAndRewind: function(comparator, callback) { } method in WebInspector.HeapSnapshotGridNode.ChildrenProvider
279 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.HeapSnapshotDiffNodesProvider
1275 this._deletedNodesProvider.sortAndRewind(comparator, callback);
1277 this._addedNodesProvider.sortAndRewind(comparator, afterSort.bind(this));
DHeapSnapshotProxy.js544 sortAndRewind: function(comparator, callback) method in WebInspector.HeapSnapshotProviderProxy
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js2084 sortAndRewind: function(comparator) method in WebInspector.HeapSnapshotItemProvider