Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js271 … group._profilesTreeElement = new WebInspector.ProfileGroupSidebarTreeElement(profile.title);
557 WebInspector.ProfileGroupSidebarTreeElement = function(title, subtitle) class in WebInspector
562 WebInspector.ProfileGroupSidebarTreeElement.prototype = {
569 WebInspector.ProfileGroupSidebarTreeElement.prototype.__proto__ = WebInspector.SidebarTreeElement.p…
/external/webkit/WebCore/
DChangeLog-2008-08-109269 group has 2 profiles a ProfileGroupSidebarTreeElement is made and the
9275 (WebInspector.ProfileGroupSidebarTreeElement): Inherit SidebarTreeElement.
9276 (WebInspector.ProfileGroupSidebarTreeElement.prototype.onselect):