OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panelName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorView.js
128
var
panelName
= panelDescriptor.name();
129
this._panelDescriptors[
panelName
] = panelDescriptor;
130
this._tabbedPane.appendTab(
panelName
, panelDescriptor.title(), new WebInspector.View());
131
if (this._lastActivePanelSetting.get() ===
panelName
)
132
this._tabbedPane.selectTab(
panelName
);
136
* @param {string}
panelName
139
panel: function(
panelName
)
141
var panelDescriptor = this._panelDescriptors[
panelName
];
149
* @param {string}
panelName
152
showPanel: function(
panelName
)
[
all
...]
UserMetrics.js
109
panelShown: function(
panelName
)
111
InspectorFrontendHost.recordPanelShown(WebInspector.UserMetrics._PanelCodes[
panelName
] || 0);
Tests.js
184
* @param {string}
panelName
!Name of the panel to show.
186
TestSuite.prototype.showPanel = function(
panelName
)
189
var button = document.getElementById("tab-" +
panelName
);
191
this.assertEquals(WebInspector.panels[
panelName
], WebInspector.inspectorView.currentPanel());
/external/proguard/src/proguard/gui/
ProGuardGUI.java
[
all
...]
Completed in 42 milliseconds