Searched defs:pane (Results 1 - 11 of 11) sorted by relevance

/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...]
/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/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/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/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 841 milliseconds