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

Lines Matching refs:prototype

39 WebInspector.BottomUpProfileDataGridNode.prototype = {
79 WebInspector.ProfileDataGridNode.prototype._restore();
89 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb);
146 WebInspector.BottomUpProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prototype;
204 WebInspector.BottomUpProfileDataGridNode.prototype._populate.call(this);
209 WebInspector.BottomUpProfileDataGridTree.prototype = {
260 _sharedPopulate: WebInspector.BottomUpProfileDataGridNode.prototype._sharedPopulate
263 WebInspector.BottomUpProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prototype;