HomeSort by relevance Sort by last modified time
    Searched defs:DataGridNode (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
ProfileDataGridTree.js 31 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;
DataGrid.js     [all...]

Completed in 161 milliseconds