Home | History | Annotate | Download | only in ui

Lines Matching refs:titleElement

888     _createIconElement: function(tabElement, titleElement)
894 tabElement.insertBefore(iconElement, titleElement);
910 var titleElement = tabElement.createChild("span", "tabbed-pane-header-tab-title");
911 titleElement.textContent = this.title;
912 titleElement.title = this.tooltip || "";
914 this._createIconElement(tabElement, titleElement);
916 this._titleElement = titleElement;