Searched defs:toolbar (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DWorkSpaceView.java50 protected JToolBar toolbar; field in class:WorkSpaceView
68 this.toolbar = new JToolBar();
69 this.toolbar.setBorder(BorderFactory.createEmptyBorder());
70 this.toolbar.setFloatable(false);
71 this.toolbar.setBorder(BorderFactory.createEmptyBorder());
94 this.getContentPane().add(this.toolbar, BorderLayout.NORTH);
H A DTestCaseEditController.java50 private JToolBar toolbar; field in class:TestCaseEditController
192 toolbar = new JToolBar("Edit TestCases", JToolBar.VERTICAL);
193 toolbar.setFloatable(false);
194 toolbar.add(new AddTestCaseAction());
195 toolbar.add(new RemoveTestCaseAction());
201 view.add(toolbar, BorderLayout.WEST);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_unittest.cc15 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
63 ToolbarView* toolbar = browser_view()->toolbar(); local
76 EXPECT_EQ(top_container, browser_view()->toolbar()->parent());
95 EXPECT_EQ(0, toolbar->x());
99 toolbar->y());
101 EXPECT_EQ(toolbar->bounds().bottom(), contents_container->y());
137 toolbar->height() -
141 EXPECT_EQ(toolbar->bounds().bottom(), contents_container->y());
186 // The tabstrip, toolbar an
[all...]
H A Dimmersive_mode_controller_ash_unittest.cc22 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
105 // Test the layout and visibility of the tabstrip, toolbar and TopContainerView
111 ToolbarView* toolbar = browser_view()->toolbar(); local
119 // By default, the tabstrip and toolbar should be visible.
121 EXPECT_TRUE(toolbar->visible());
129 // style and hide the toolbar.
132 EXPECT_FALSE(toolbar->visible());
142 // normal style and show the toolbar.
147 EXPECT_TRUE(toolbar
286 ToolbarView* toolbar = browser_view()->toolbar(); local
[all...]
H A Dbrowser_view.h137 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
138 // These differ from |toolbar_.bounds()| in that they match where the toolbar
140 // horizontally. Note that this returns the bounds for the toolbar area.
155 // that it can be used as the source origin for seamlessly tiling the toolbar
160 // Container for the tabstrip, toolbar, etc.
167 ToolbarView* toolbar() { return toolbar_; } function in class:BrowserView
615 // The view that manages the tab strip, toolbar, and sometimes the bookmark
H A Dbrowser_view_layout_unittest.cc148 MockView* toolbar() { return toolbar_; } function in class:BrowserViewLayoutTest
234 EXPECT_EQ("0,0 800x0", toolbar()->bounds().ToString());
239 // Turn on the toolbar, like in a pop-up window.
243 // Now the toolbar has bounds and other views shift down.
245 EXPECT_EQ("0,0 800x30", toolbar()->bounds().ToString());
H A Dbrowser_view_layout.cc146 views::View* toolbar,
156 toolbar_ = toolbar;
288 // If the point's y coordinate is below the top of the toolbar and otherwise
297 // If the point's y coordinate is above the top of the toolbar, but not
334 // Top container requires updated toolbar and bookmark bar to compute bounds.
484 // bar can be above the bottom of the toolbar while the bookmark bar is
140 Init( BrowserViewLayoutDelegate* delegate, Browser* browser, views::ClientView* browser_view, views::View* top_container, TabStrip* tab_strip, views::View* toolbar, InfoBarContainerView* infobar_container, views::View* contents_container, ContentsLayoutManager* contents_layout_manager, ImmersiveModeController* immersive_mode_controller) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.cc15 #include "chrome/browser/ui/views/toolbar/home_button.h"
16 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
59 toolbar()->home_button();
80 ToolbarView* toolbar = local
82 chrome::FindBrowserWithWebContents(web_contents))->toolbar();
86 toolbar->app_menu(),
124 BrowserView::GetBrowserViewForBrowser(browser)->toolbar()->app_menu(),
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DToolbarModel.java5 package org.chromium.chrome.browser.toolbar;
11 * Provides a way of accessing toolbar data and state.
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
H A DSuggestionPopup.java53 ChromeShellToolbar toolbar) {
56 mToolbar = toolbar;
52 SuggestionPopup(Context context, EditText urlField, ChromeShellToolbar toolbar) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp670 BarProp& LocalDOMWindow::toolbar() const function in class:blink::LocalDOMWindow
/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 ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 3806 milliseconds