Home | History | Annotate | Download | only in front_end

Lines Matching defs:Panel

303      * @param {!WebInspector.ProfilesPanel} panel
306 view: function(panel)
309 this._view = this.createView(panel);
314 * @param {!WebInspector.ProfilesPanel} panel
317 createView: function(panel)
371 * @extends {WebInspector.Panel}
381 WebInspector.Panel.call(this, name);
533 WebInspector.Panel.prototype.wasShown.call(this);
562 WebInspector.Panel.prototype.reset.call(this);
948 var panel = this;
960 if (panel._currentSearchChunkIntervalIdentifier === chunkIntervalIdentifier)
961 delete panel._currentSearchChunkIntervalIdentifier;
1096 WebInspector.Panel.prototype.searchCanceled.call(this);
1202 __proto__: WebInspector.Panel.prototype
1229 this.treeOutline.panel._showProfile(this.profile);
1234 this.treeOutline.panel._removeProfileHeader(this.profile);
1269 * @param {!WebInspector.ProfilesPanel} panel
1271 handleContextMenuEvent: function(event, panel)
1276 contextMenu.appendItem(WebInspector.UIString("Load\u2026"), panel._fileSelectorElement.click.bind(panel._fileSelectorElement));
1289 * @param {WebInspector.ProfilesPanel} panel
1293 WebInspector.ProfileGroupSidebarTreeElement = function(panel, title, subtitle)
1296 this._panel = panel;
1312 * @param {!WebInspector.ProfilesPanel} panel
1314 WebInspector.ProfilesSidebarTreeElement = function(panel)
1316 this._panel = panel;