Searched refs:profileType (Results 1 – 1 of 1) sorted by relevance
157 function clickHandler(profileType, buttonElement) argument159 profileType.buttonClicked.call(profileType);166 var profileType = this.getProfileType(typeId);167 if (profileType.buttonStyle) {168 …ar button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, p…170 …button.element.addEventListener("click", clickHandler.bind(this, profileType, button.element), fal…247 _registerProfileType: function(profileType) argument249 this._profileTypesByIdMap[profileType.id] = profileType;250 …profileType.treeElement = new WebInspector.SidebarSectionTreeElement(profileType.name, null, true);251 this.sidebarTree.appendChild(profileType.treeElement);[all …]