D | SidebarTreeElement.js | 26 WebInspector.SidebarSectionTreeElement = function(title, representedObject, hasChildren) argument 28 TreeElement.call(this, title.escapeHTML(), representedObject || {}, hasChildren); 66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildr… argument 68 TreeElement.call(this, "", representedObject || {}, hasChildren);
|