Searched refs:panelName (Results 1 – 4 of 4) sorted by relevance
57 var panelName = WebInspector.currentPanel && WebInspector.currentPanel.toolbarItemLabel;58 if (!panelName)60 var newLabel = WebInspector.UIString("Search %s", panelName);233 for (var panelName in WebInspector.panels) {234 var panel = WebInspector.panels[panelName];
166 for (var panelName in WebInspector.panels) {167 if (WebInspector.panels[panelName] === x) {168 WebInspector.settings.lastActivePanel = panelName;169 this._panelHistory.setPanel(panelName);463 for (var panelName in this.panels)464 this.addPanel(this.panels[panelName]);1007 for (var panelName in this.panels) {1008 var panel = this.panels[panelName];1659 setPanel: function(panelName) argument1665 if (!this._history.length || this._history[this._history.length - 1] !== panelName)[all …]
174 TestSuite.prototype.showPanel = function(panelName) argument178 var button = toolbar.getElementsByClassName(panelName)[0];180 this.assertEquals(WebInspector.panels[panelName], WebInspector.currentPanel);
776 String panelName = comments.substring(0, dashIndex).trim(); in addClassSpecifications() local779 if (keepSubpanel == null || !panelName.equals(lastPanelName)) in addClassSpecifications()783 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName)); in addClassSpecifications()786 lastPanelName = panelName; in addClassSpecifications()