Home | History | Annotate | Download | only in profiler

Lines Matching refs:nodeIndex

639      * @param {number} nodeIndex
641 setDataSource: function(snapshot, nodeIndex)
644 var node = { nodeIndex: nodeIndex || snapshot.rootNodeIndex };
711 * @param {number} nodeIndex
713 setDataSource: function(snapshot, nodeIndex)
715 WebInspector.HeapSnapshotContainmentDataGrid.prototype.setDataSource.call(this, snapshot, nodeIndex);