Searched defs:DataGridNode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DProfileDataGridTree.js31 WebInspector.DataGridNode.call(this, null, hasChildren);
81 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
111 WebInspector.DataGridNode.prototype.select.call(this, supressSelectedEvent);
117 WebInspector.DataGridNode.prototype.deselect.call(this, supressDeselectedEvent);
159 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index);
166 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode);
173 WebInspector.DataGridNode.prototype.removeChildren.call(this);
296 WebInspector.ProfileDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
107 }, class
H A DDataGrid.js987 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;

Completed in 77 milliseconds