Searched refs:HeapSnapshotNodesProvider (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/ |
D | HeapSnapshot.js | 1949 return new WebInspector.HeapSnapshotNodesProvider(this, null, diffForClass.addedIndexes); 1958 return new WebInspector.HeapSnapshotNodesProvider(this, null, nodeIndexes); 1976 …return new WebInspector.HeapSnapshotNodesProvider(this, this.classNodesFilter(), this.aggregatesWi… 1986 … return new WebInspector.HeapSnapshotNodesProvider(this, null, this._dominatedNodesOfNode(node)); 2200 WebInspector.HeapSnapshotNodesProvider = function(snapshot, filter, nodeIndexes) class in WebInspector 2211 WebInspector.HeapSnapshotNodesProvider.prototype = {
|