Home | History | Annotate | Download | only in js

Lines Matching full:panel

173  * @param {string} panelName Name of the panel to show.
177 // Open Scripts panel.
433 var panel = WebInspector.panels.profiles;
434 panel.showProfile(profile);
435 var node = panel.visibleView.profileDataGridTree.children[0];
490 this.assertEquals(WebInspector.panels.elements, WebInspector.currentPanel, "Elements panel should be current one.");
760 * Ensures that main HTML resource is selected in Scripts panel and that its
789 // Current panel is "Scripts".
1035 * in the Scripts panel.
1797 * Tests that Storage panel can be open and that local DOM storage is added
1798 * to the panel.
1828 // Wait until DOM storage is added to the panel.