Home
last modified time | relevance | path

Searched refs:buttonElement (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js136 function clickHandler(profileType, buttonElement) argument
355 var buttonElement = this._profileTypeButtonsByIdMap[typeId];
357 buttonElement.className = profileType.buttonStyle;
358 buttonElement.title = profileType.buttonTooltip;