Searched refs:_createValueCell (Results 1 – 2 of 2) sorted by relevance
61 …var cell = this._createValueCell(columnIdentifier) || WebInspector.DataGridNode.prototype.createCe…95 _createValueCell: function(columnIdentifier) method in WebInspector.ProfileDataGridNode
244 _createValueCell: function(columnIdentifier) method in WebInspector.HeapSnapshotGridNode547 …var cell = columnIdentifier !== "object" ? this._createValueCell(columnIdentifier) : this._createO…1110 …var cell = columnIdentifier !== "object" ? this._createValueCell(columnIdentifier) : WebInspector.…1586 return this._createValueCell(columnIdentifier);