Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js45 setDataSource: function(snapshotView, snapshot) argument
47 this.snapshotView = snapshotView;
137 setDataSource: function(snapshotView, snapshot) argument
139 this.snapshotView = snapshotView;
189 setDataSource: function(snapshotView, snapshot) argument
191 this.snapshotView = snapshotView;
253 setDataSource: function(snapshotView, snapshot) argument
255 this.snapshotView = snapshotView;
293 setDataSource: function(snapshotView, snapshot, nodeIndex, prefix) argument
295 this.snapshotView = snapshotView;
[all …]
DHeapSnapshotView.js665 …this.appendChild(new WebInspector.HeapSnapshotDataGridRetainerNode(this.snapshotView, baseItem, sn…
785 if (this.snapshotView.showCountAsPercent)
791 if (this.snapshotView.showSizeAsPercent)
798 if (this.snapshotView.showCountDeltaAsPercent)
804 if (this.snapshotView.showSizeDeltaAsPercent)
831 WebInspector.HeapSnapshotDataGridNode = function(snapshotView, baseEntry, snapshotEntry, owningTree) argument
833 this.snapshotView = snapshotView;
855 WebInspector.HeapSnapshotDataGridList = function(snapshotView, baseEntries, snapshotEntries) argument
858 this.snapshotView = snapshotView;
884 …this.appendChild(new WebInspector.HeapSnapshotDataGridNode(this.snapshotView, baseItem, snapshotIt…
[all …]
DDetailedHeapshotGridNodes.js231 var view = this.dataGrid.snapshotView;
473 var view = this.dataGrid.snapshotView;