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

Lines Matching refs:className

66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
72 this.disclosureButton.className = "disclosure-button";
77 this.iconElement.className = "icon";
81 this.statusElement.className = "status";
84 this.titlesElement.className = "titles";
87 this.titleElement.className = "title";
91 this.subtitleElement.className = "subtitle";
94 this.className = className;
148 this.bubbleElement.className = "bubble";
180 if (this.className)
181 this._listItemNode.addStyleClass(this.className);