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

Lines Matching refs:prototype

59 WebInspector.AuditsPanel.prototype = {
238 WebInspector.Panel.prototype.show.call(this);
246 WebInspector.Panel.prototype.attach.call(this);
276 WebInspector.AuditsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
286 WebInspector.AuditCategory.prototype = {
334 WebInspector.AuditRule.prototype = {
371 WebInspector.AuditCategoryResult.prototype = {
400 WebInspector.AuditRuleResult.prototype = {
429 WebInspector.AuditsSidebarTreeElement.prototype = {
432 WebInspector.SidebarTreeElement.prototype.onattach.call(this);
451 WebInspector.AuditsSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.prototype;
462 WebInspector.AuditResultSidebarTreeElement.prototype = {
474 WebInspector.AuditResultSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.prototype;