HomeSort by relevance Sort by last modified time
    Searched defs:toolbar (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.cc 15 #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/
ToolbarModel.java 5 package org.chromium.chrome.browser.toolbar;
11 * Provides a way of accessing toolbar data and state.
20 * @return The currently active WebContents being used by the Toolbar.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 15 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
66 ToolbarView* toolbar = browser_view()->toolbar(); local
79 EXPECT_EQ(top_container, browser_view()->toolbar()->parent());
98 EXPECT_EQ(0, toolbar->x());
102 toolbar->y());
104 EXPECT_EQ(toolbar->bounds().bottom(), contents_container->y());
140 toolbar->height() -
144 EXPECT_EQ(toolbar->bounds().bottom(), contents_container->y());
189 // The tabstrip, toolbar and bookmark bar should not be visible for hoste
    [all...]
immersive_mode_controller_ash_unittest.cc 22 #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->visible())
286 ToolbarView* toolbar = browser_view()->toolbar(); local
    [all...]
browser_view.h 140 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
141 // These differ from |toolbar_.bounds()| in that they match where the toolbar
143 // horizontally. Note that this returns the bounds for the toolbar area.
158 // that it can be used as the source origin for seamlessly tiling the toolbar
163 // Container for the tabstrip, toolbar, etc.
169 // Accessor for the Toolbar.
170 ToolbarView* toolbar() { return toolbar_; } function in class:BrowserView
623 // The view that manages the tab strip, toolbar, and sometimes the bookmark
631 // The Toolbar containing the navigation buttons, menus and the address bar.
browser_view_layout_unittest.cc 148 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());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceView.java 50 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);
WorkSpaceController.java 201 view.toolbar.add(new JButton(new CreateAction()));
202 view.toolbar.add(new JButton(new OpenAction()));
203 view.toolbar.add(new JButton(new SaveAction()));
204 view.toolbar.add(new JButton(new RunAction()));
TestCaseEditController.java 50 private JToolBar toolbar; field in class:TestCaseEditController
191 /* TOOLBAR */
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);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggle.java 30 import android.support.v7.widget.Toolbar;
126 // used in toolbar mode when DrawerToggle is disabled
155 * Construct a new ActionBarDrawerToggle with a Toolbar.
158 * the Toolbar's navigation icon will be set to a custom drawable. Using this constructor
159 * will set Toolbar's navigation click listener to toggle the drawer when it is clicked.
168 * setting the Toolbar as the ActionBar of your activity.
171 * @param toolbar The toolbar to use if you have an independent Toolbar.
179 Toolbar toolbar, @StringRes int openDrawerContentDescRes
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 32 import android.support.v7.widget.Toolbar;
173 final Toolbar toolbar = (Toolbar) findViewById(R.id.mail_toolbar); local
174 // Toolbar is currently only used on phone layout, so this is expected to be null
176 if (toolbar != null) {
177 setSupportActionBar(toolbar);
178 toolbar.setNavigationOnClickListener(mController.getNavigationViewClickListener());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 61 import org.eclipse.swt.widgets.ToolBar;
221 ToolBar toolbar = manager.createControl(section); local
222 section.setTextClient(toolbar);
774 // Pass. Not used, toolbar actions are defined by createSectionActions().
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 689 BarProp& LocalDOMWindow::toolbar() const function in class:WebCore::LocalDOMWindow
692 m_toolbar = BarProp::create(m_frame, BarProp::Toolbar);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 48 import android.widget.Toolbar;
285 // Disable the ActionBar so that we can use a Toolbar. This needs to be called before
304 // Configure toolbar and toolbar tabs. If in landscape mode, we configure tabs differntly.
305 final Toolbar toolbar = getView(R.id.toolbar); local
306 setActionBar(toolbar);
312 R.layout.people_activity_tabs_lands, toolbar, /* attachToRoot = */ false);
357 portraitViewPagerTabs, landscapeViewPagerTabs, toolbar);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 90 import android.widget.Toolbar;
669 // Allow a shadow to be shown under the toolbar.
672 final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
673 setActionBar(toolbar);
677 toolbar.addView(getLayoutInflater().inflate(R.layout.quickcontact_title_placeholder, null));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/devtools/tools/lib/
ddms.jar 
monkeyrunner.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 656 milliseconds

1 2