Searched refs:pane (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsidebarPane.css30 .sidebar-pane {
35 .sidebar-pane > .body {
42 .sidebar-pane > .body .info {
50 .sidebar-pane > .body .placard + .info {
55 .sidebar-pane.visible > .body {
59 .sidebar-pane .section .properties {
63 .sidebar-tabbed-pane .tabbed-pane-header {
68 .sidebar-pane-stack > .sidebar-pane
[all...]
H A DtabbedPane.css31 .tabbed-pane {
35 .tabbed-pane-content {
42 .tabbed-pane-content.has-no-tabs {
46 .tabbed-pane-header {
53 .tabbed-pane-header-contents {
57 .tabbed-pane-header-tabs {
61 .tabbed-pane-header-tab {
76 .tabbed-pane-header-tab.measuring {
80 .tabbed-pane-header-tab.selected {
85 .tabbed-pane
[all...]
H A DSidebarPane.js36 this.element.className = "sidebar-pane";
39 this.titleElement.className = "sidebar-pane-toolbar";
104 * @param {!WebInspector.SidebarPane} pane
106 WebInspector.SidebarPaneTitle = function(container, pane)
108 this._pane = pane;
110 this.element = container.createChild("div", "sidebar-pane-title");
111 this.element.textContent = pane.title();
160 this.element.className = "sidebar-pane-stack fill";
166 * @param {!WebInspector.SidebarPane} pane
168 addPane: function(pane)
[all...]
H A DnavigatorView.css95 .navigator-tabbed-pane {
99 .navigator-tabbed-pane .tabbed-pane-content {
103 .navigator-tabbed-pane .navigator-container {
107 .navigator-tabbed-pane .navigator {
111 .navigator-tabbed-pane .tabbed-pane-header-contents {
H A DsourcesView.css36 #sources-editor-container-tabbed-pane {
40 #sources-editor-container-tabbed-pane .tabbed-pane-header-tab {
H A Doverrides.css32 .overrides-view .tabbed-pane {
36 .overrides-view .tabbed-pane-header {
42 .overrides-view .tabbed-pane-content {
49 .overrides-view .tabbed-pane-header-contents {
53 .overrides-view .tabbed-pane-header-tabs {
60 .overrides-view .tabbed-pane-header-tab {
72 .overrides-view .tabbed-pane-header-tab:not(.selected) {
76 .overrides-view .tabbed-pane-header-tab.selected {
H A DelementsPanel.css192 .styles-pane .sidebar-separator {
445 .styles-element-state-pane {
455 .styles-element-state-pane.expanded {
460 .styles-element-state-pane > table {
465 .styles-element-state-pane input {
565 .sidebar-pane.composite {
570 .sidebar-pane.composite > .body {
574 .sidebar-pane.composite .metrics {
583 .sidebar-pane.composite .metrics-and-computed .sidebar-pane
[all...]
H A DScopeChainSidebarPane.js125 section.pane = this;
154 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
160 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
165 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
H A DbreakpointsList.css30 .sidebar-pane > .body .breakpoint-condition {
85 .sidebar-pane .breakpoint-hit {
H A DsourcesPanel.css105 .panel.sources .tabbed-pane-header {
154 .panel.sources #sources-editor-container-tabbed-pane .tabbed-pane-header-contents {
182 div.sidebar-pane-stack#scripts-debug-sidebar-contents,
183 #scripts-sidebar-stack-pane {
214 .tabbed-pane-placeholder {
221 .tabbed-pane-header-tab-icon {
H A Dinspector.css83 .toolbar .tabbed-pane-header {
87 .toolbar .tabbed-pane-header-contents {
91 .toolbar .tabbed-pane-header-tab {
97 .toolbar .tabbed-pane-header-tab.selected {
136 body.dock-to-bottom.overlay-contents .toolbar-background .tabbed-pane-header {
140 body.dock-to-bottom.overlay-contents .toolbar-background .tabbed-pane-header .tabbed-pane-header-tabs {
179 .toolbar > .tabbed-pane-header {
778 #drawer-contents > .tabbed-pane > .tabbed-pane
[all...]
H A DDOMBreakpointsSidebarPane.js378 * @param {!WebInspector.DOMBreakpointsSidebarPane} pane
381 WebInspector.DOMBreakpointsSidebarPane.Proxy = function(pane, panel)
383 WebInspector.View._assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
385 WebInspector.SidebarPane.call(this, pane.title());
388 this._wrappedPane = pane;
H A DElementsPanel.js271 for (var pane in this.sidebarPanes)
272 this.sidebarPanes[pane].needsUpdate = true;
445 var pane = WebInspector.domBreakpointsSidebarPane;
446 pane.populateNodeContextMenu(node, contextMenu);
638 // Once styles are edited, the Metrics pane should be updated.
647 // Once metrics are edited, the Styles pane should be updated.
1241 * @param {!WebInspector.SidebarPane} pane
1245 function showMetrics(pane, beforeElement)
1247 this.sidebarPanes.metrics.show(pane.bodyElement, beforeElement);
1317 * @param {!WebInspector.SidebarPane} pane
[all...]
H A DcssNamedFlows.css34 .css-named-flow-collections-view .tabbed-pane-header {
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Duser_pod_row.css45 .pod .main-pane {
373 .side-pane-name {
382 .side-pane-learn-more {
390 .side-pane-learn-more:hover {
404 .side-pane-divider,
405 .side-pane-container {
411 .side-pane-divider {
419 html[dir=rtl] .side-pane-divider {
424 .side-pane-container {
432 html[dir=rtl] .side-pane
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.cc363 // Create the controls that go into the pane.
382 // pane added to the tabbed pane.
385 views::View* pane = new views::View();
386 GridLayout* layout = GridLayout::CreatePanel(pane);
389 pane->SetLayoutManager(layout);
410 return pane;
421 // Create the controls that go into the pane.
447 // pane added to the tabbed pane
486 CreateScrollView(views::TreeView* pane) argument
[all...]
H A Dcollected_cookies_views.h83 views::View* CreateScrollView(views::TreeView* pane);
/external/chromium/chrome/browser/ui/views/
H A Dcollected_cookies_win.cc240 // Create the controls that go into the pane.
257 // pane added to the tabbed pane.
260 views::View* pane = new views::View();
261 GridLayout* layout = GridLayout::CreatePanel(pane);
262 pane->SetLayoutManager(layout);
282 return pane;
292 // Create the controls that go into the pane.
316 // pane added to the tabbed pane
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css22 .pod .main-pane {
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
H A Dsearch.js68 * Index of the currently synced pane.
74 * If currently synced item is a pane.
79 * Class of a selected pane.
112 * Sync the current pane index to ChromeVox.
115 var pane = cvox.Search.panes[cvox.Search.paneIndex];
116 var anchor = pane.querySelector('a');
120 cvox.ChromeVox.syncToNode(pane, true);
182 * Navigates to the currently synced pane.
185 var pane = cvox.Search.panes[cvox.Search.paneIndex];
186 if (pane
[all...]
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc566 views::View* pane = new views::View(); local
567 pane->SetLayoutManager(
579 pane->AddChildView(site_data_section);
587 pane->AddChildView(permissions_section);
588 return pane;
592 views::View* pane = new views::View(); local
593 pane->SetLayoutManager(
597 pane->AddChildView(identity_info_content_);
600 pane->AddChildView(new views::Separator(views::Separator::HORIZONTAL));
602 pane
[all...]
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc170 // Count the number of panes and set the default index if no pane
180 // Check to see if a pane already has focus and update the index accordingly.
207 views::View* pane = panes[index]; local
208 DCHECK(pane);
210 if (!pane->visible())
213 pane->RequestFocus();
215 if (pane == focused_view || pane->Contains(focused_view))
234 // a pane, and wants to implement its own focus traversable to keep
235 // the focus trapped within that pane
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java605 final JPanel pane = new JPanel();
622 pane.setBorder(BorderFactory.createEtchedBorder());
623 pane.setLayout(new BoxLayout(pane, BoxLayout.Y_AXIS));
624 pane.add(labIn);
625 pane.add(labOut);
626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE);
629 return pane;
/external/chromium_org/chrome/browser/resources/
H A Dgesture_config.css20 .buttons-pane {
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb30 * and look for blue tokens in the input window pane. :)

Completed in 761 milliseconds

12