Searched refs:baseSnapshot (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DetailedHeapshotGridNodes.js | 348 WebInspector.HeapSnapshotInstanceNode = function(tree, baseSnapshot, snapshot, node) argument 351 this._isDeletedNode = !!baseSnapshot; 352 this._provider = this._createProvider(baseSnapshot || snapshot, node.nodeIndex); 521 …this._provider = this._createNodesProvider(tree.baseSnapshot, tree.snapshot, aggregate ? aggregate… 543 diff.pushBaseIds(dataGrid.baseSnapshot.uid, baseIds); 544 dataGrid.snapshot.pushBaseIds(dataGrid.baseSnapshot.uid, this._name, baseIds); 545 …dataGrid.baseSnapshot.nodeFieldValuesByIndex("selfSize", this._baseIndexes, baseSelfSizesReceived.… 549 dataGrid.baseSnapshot.pushBaseIds(dataGrid.snapshot.uid, this._name, ids); 551 … dataGrid.baseSnapshot.nodeFieldValuesByIndex("id", this._baseIndexes, baseIdsReceived.bind(this)); 563 _createNodesProvider: function(baseSnapshot, snapshot, nodeType, nodeClassName) argument [all …]
|
D | DetailedHeapshotView.js | 195 setBaseDataSource: function(baseSnapshot) argument 197 this.baseSnapshot = baseSnapshot; 199 if (this.baseSnapshot === this.snapshot) 233 this.baseSnapshot.aggregates(true, baseAggregatesReceived.bind(this)); 783 …taGrid.setDataSource(this, nodeItem.isDeletedNode ? nodeItem.dataGrid.baseSnapshot : nodeItem.data…
|
D | HeapSnapshotView.js | 295 if (this.baseSnapshot.uid === this._profiles()[this.baseSelectElement.selectedIndex].uid) 319 …otDataGridList = new WebInspector.HeapSnapshotDataGridList(this, this.baseSnapshot.entries, this.p… 443 this.baseSnapshot = profile; 935 … this.baseRetainers = this._calculateRetainers(this.snapshotView.baseSnapshot, baseEntry.clusters);
|