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

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarPane.js37 this.element.className = "sidebar-pane"; // Override
39 this.titleElement = document.createElementWithClass("div", "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();
161 this.element.className = "sidebar-pane-stack"; // Override
168 * @param {!WebInspector.SidebarPane} pane
170 addPane: function(pane)
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsidebarPane.css30 .sidebar-pane {
34 .sidebar-pane > .body {
39 .sidebar-pane > .body .info {
47 .sidebar-pane > .body .placard.dimmed {
52 .sidebar-pane > .body .placard + .info {
57 .sidebar-pane.visible > .body {
61 .sidebar-pane .section .properties {
65 .sidebar-tabbed-pane .tabbed-pane-header {
70 .sidebar-pane
[all...]
H A DtabbedPane.css31 .tabbed-pane {
36 .tabbed-pane-content {
44 .tabbed-pane-content.has-no-tabs {
48 .tabbed-pane-placeholder {
55 .tabbed-pane-header {
62 .tabbed-pane-header-contents {
66 .tabbed-pane-header-tabs {
70 .tabbed-pane-header-tab {
84 .tabbed-pane-header-tab.measuring {
88 .tabbed-pane
[all...]
H A DnavigatorView.css95 .navigator-tabbed-pane {
99 .navigator-tabbed-pane .tabbed-pane-content {
103 .navigator-tabbed-pane .navigator-container {
108 .navigator-tabbed-pane .navigator {
113 .navigator-tabbed-pane .tabbed-pane-header-contents {
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 {
223 .tabbed-pane-header-tab.overrides-activate {
227 .tabbed-pane
[all...]
H A DelementsPanel.css201 .styles-pane .sidebar-separator {
462 .styles-element-state-pane {
471 .styles-element-state-pane.expanded {
476 .styles-element-state-pane > table {
481 .styles-element-state-pane label {
581 .sidebar-pane.composite {
585 .sidebar-pane.composite > .body {
589 .sidebar-pane.composite .metrics {
598 .sidebar-pane .metrics-and-styles,
599 .sidebar-pane
[all...]
H A DnetworkPanel.css54 #network-views .network-item-view .tabbed-pane-header {
61 #network-views.small .network-item-view .tabbed-pane-header {
75 .network-item-view .tabbed-pane-header {
94 /* Network timing is shared between popover and network item view pane */
H A DsourcesPanel.css121 .panel.sources #sources-editor-container-tabbed-pane .tabbed-pane-header-contents {
153 .panel.sources .navigator-tabbed-pane .tabbed-pane-header {
172 .panel.sources .sidebar-pane-stack {
H A DsourcesView.css36 #sources-editor-container-tabbed-pane {
40 #sources-editor-container-tabbed-pane .tabbed-pane-header-tab {
44 #sources-panel-sources-view .tabbed-pane-header {
H A DbreakpointsList.css30 .sidebar-pane > .body .breakpoint-condition {
90 .sidebar-pane .breakpoint-hit {
H A DinspectorStyle.css133 .toolbar .tabbed-pane-header {
137 .toolbar .tabbed-pane-header-contents {
141 .toolbar .tabbed-pane-header-tab,
142 .toolbar .tabbed-pane-header-tab.selected {
148 .toolbar .tabbed-pane-header-tab.selected {
169 body.dock-to-bottom .toolbar-background .tabbed-pane-header {
173 body.dock-to-bottom .toolbar-background .tabbed-pane-header .tabbed-pane-header-tabs {
212 .toolbar > .tabbed-pane-header {
216 .tabbed-pane
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DScopeChainSidebarPane.js131 section.pane = this;
160 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
166 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
171 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css50 .user-image-pane {
59 html[dir=rtl] .user-image-pane {
109 .main-pane {
114 html[dir=rtl] .main-pane {
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.cc331 // Create the controls that go into the pane.
354 // pane added to the tabbed pane.
357 views::View* pane = new views::View();
358 GridLayout* layout = GridLayout::CreatePanel(pane);
361 pane->SetLayoutManager(layout);
390 return pane;
401 // Create the controls that go into the pane.
427 // pane added to the tabbed pane
466 CreateScrollView(views::TreeView* pane) argument
[all...]
H A Dcollected_cookies_views.h80 views::View* CreateScrollView(views::TreeView* pane);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dsearch.js70 * Index of the currently synced pane.
76 * If currently synced item is a pane.
81 * Class of a selected pane.
114 * Sync the current pane index to ChromeVox.
117 var pane = cvox.Search.panes[cvox.Search.paneIndex];
118 var anchor = pane.querySelector('a');
122 cvox.ChromeVox.syncToNode(pane, true);
184 * Navigates to the currently synced pane.
187 var pane = cvox.Search.panes[cvox.Search.paneIndex];
188 if (pane
[all...]
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css61 .user-image-pane {
71 html[dir=rtl] .user-image-pane {
120 .main-pane {
127 html[dir=rtl] .main-pane {
555 .expanded-pane {
559 .pod.public-account.animating .expanded-pane,
560 .pod.public-account.expanded .expanded-pane {
568 .expanded-pane-contents {
576 .pod.public-account.transitioning-to-advanced .expanded-pane-contents {
580 .pod.public-account.expanded.advanced .expanded-pane
[all...]
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc627 views::View* pane = new views::View(); local
628 pane->SetLayoutManager(
640 pane->AddChildView(site_data_section);
648 pane->AddChildView(permissions_section);
649 return pane;
653 views::View* pane = new views::View(); local
654 pane->SetLayoutManager(
658 pane->AddChildView(identity_info_content_);
661 pane->AddChildView(new views::Separator(views::Separator::HORIZONTAL));
663 pane
[all...]
/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc169 // Count the number of panes and set the default index if no pane
179 // Check to see if a pane already has focus and update the index accordingly.
206 views::View* pane = panes[index]; local
207 DCHECK(pane);
209 if (!pane->visible())
212 pane->RequestFocus();
214 if (pane == focused_view || pane->Contains(focused_view))
233 // a pane, and wants to implement its own focus traversable to keep
234 // 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. :)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DDOMBreakpointsSidebarPane.js395 * @param {!WebInspector.DOMBreakpointsSidebarPane} pane
398 WebInspector.DOMBreakpointsSidebarPane.Proxy = function(pane, panel)
400 WebInspector.View.__assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
402 WebInspector.SidebarPane.call(this, pane.title());
405 this._wrappedPane = pane;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb25 * and look for blue tokens in the input window pane. :)
/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_collection.h45 virtual void RemovePanel(Panel* pane, RemovalReason reasonl) OVERRIDE;

Completed in 657 milliseconds

12