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

Lines Matching refs:prototype

48 WebInspector.ProfileDataGridNode.prototype = {
81 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
120 WebInspector.DataGridNode.prototype.select.call(this, supressSelectedEvent);
126 WebInspector.DataGridNode.prototype.deselect.call(this, supressDeselectedEvent);
168 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index);
175 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode);
182 WebInspector.DataGridNode.prototype.removeChildren.call(this);
305 WebInspector.ProfileDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
320 WebInspector.ProfileDataGridTree.prototype = {
343 findChild: WebInspector.ProfileDataGridNode.prototype.findChild,
344 sort: WebInspector.ProfileDataGridNode.prototype.sort,