Searched refs:showPanel (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/js/
H A DTests.js174 TestSuite.prototype.showPanel = function(panelName)
235 this.showPanel("profiles");
278 this.showPanel("profiles");
323 this.showPanel("scripts");
353 test.showPanel("scripts");
370 this.showPanel("scripts");
397 this.showPanel("scripts");
401 test.showPanel("elements");
406 test.showPanel("scripts");
444 this.showPanel("script
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorAgent.cpp245 m_frontend->inspector()->showPanel(m_showPanelAfterVisible);
389 showPanel(profilesPanelName);
426 showPanel(consolePanelName);
429 void InspectorAgent::showPanel(const String& panel) function in class:WebCore::InspectorAgent
435 m_frontend->inspector()->showPanel(panel);
H A DInspectorAgent.h175 void showPanel(const String& panel);
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js504 WebInspector.showPanel(WebInspector.settings.lastActivePanel);
634 WebInspector.showPanel(panel);
639 WebInspector.showPanel("resources");
661 WebInspector.showPanel("resources");
957 this.showPanel("elements");
967 WebInspector.showPanel = function(panel)
1280 WebInspector.showPanel("profiles");
H A DExtensionServer.js299 WebInspector.showPanel("resources");
H A DElementsTreeOutline.js712 WebInspector.showPanel("elements");

Completed in 107 milliseconds