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

Lines Matching refs:prototype

35 WebInspector.TopDownProfileDataGridNode.prototype = {
67 WebInspector.TopDownProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prototype;
75 WebInspector.TopDownProfileDataGridNode.prototype._populate.call(this);
78 WebInspector.TopDownProfileDataGridTree.prototype = {
100 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(this, excludedCallUID);
113 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
116 _merge: WebInspector.TopDownProfileDataGridNode.prototype._merge,
118 _sharedPopulate: WebInspector.TopDownProfileDataGridNode.prototype._sharedPopulate
121 WebInspector.TopDownProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prototype;