Home | History | Annotate | Download | only in front-end

Lines Matching defs:DataGridNode

987 WebInspector.DataGridNode = function(data, hasChildren)
1002 WebInspector.DataGridNode.prototype = {
1193 // Share these functions with DataGrid. They are written to work with a DataGridNode this object.
1463 WebInspector.DataGridNode.prototype.__proto__ = WebInspector.Object.prototype;
1467 WebInspector.DataGridNode.call(this, data, hasChildren);
1479 WebInspector.CreationDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;