Home | History | Annotate | Download | only in profiler

Lines Matching refs:nodeIndex

587      * @param {number} nodeIndex
589 setDataSource: function(snapshot, nodeIndex)
592 var node = { nodeIndex: nodeIndex || snapshot.rootNodeIndex };
659 * @param {number} nodeIndex
661 setDataSource: function(snapshot, nodeIndex)
663 WebInspector.HeapSnapshotContainmentDataGrid.prototype.setDataSource.call(this, snapshot, nodeIndex);