Home | History | Annotate | Download | only in profiler

Lines Matching defs:Panel

672         WebInspector.Panel.prototype.reset.call(this);
1190 WebInspector.inspectorView.panel("profiles").appendApplicableItems(event, contextMenu, target);
1262 * @param {!WebInspector.ProfilesPanel} panel
1264 handleContextMenuEvent: function(event, panel)
1269 contextMenu.appendItem(WebInspector.UIString("Load\u2026"), panel._fileSelectorElement.click.bind(panel._fileSelectorElement));
1310 * @param {!WebInspector.ProfilesPanel} panel
1312 WebInspector.ProfilesSidebarTreeElement = function(panel)
1314 this._panel = panel;