HomeSort by relevance Sort by last modified time
    Searched full:toolbar (Results 76 - 100 of 343) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 12 #import "chrome/browser/ui/cocoa/toolbar/toolbar_button.h"
toolbar_button.mm 5 #import "chrome/browser/ui/cocoa/toolbar/toolbar_button.h"
toolbar_controller_unittest.mm 12 #import "chrome/browser/ui/cocoa/toolbar/toolbar_controller.h"
95 // Make sure a "titlebar only" toolbar with location bar works.
183 // having the full toolbar. Also ensure that the location bar doesn't change
  /external/webkit/Source/WebCore/page/
BarInfo.h 41 enum Type { Locationbar, Menubar, Personalbar, Scrollbars, Statusbar, Toolbar };
BarInfo.cpp 70 case Toolbar:
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm 45 // Since the container is the maximum height of the toolbar, we have
47 // vertically centered within the toolbar.
50 // The size of each button on the toolbar.
69 // stored toolbar model.
73 // at the given index within the container. It does not affect the toolbar model
74 // object since it is called when the toolbar model changes.
79 // method also does not affect the underlying toolbar model since it is called
80 // when the toolbar model changes.
85 // toolbar model.
114 // Sends a notification for the toolbar to reposition surrounding UI elements
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 99 // rectangle that overlaps the bottom of the Chrome toolbar by one
101 // part of the toolbar) and covers the page area, except that we
103 // of the toolbar and some extra pixels to account for the width of
reload_button.h 21 // The reload button in the toolbar, which changes to a stop button when a page
  /external/chromium/chrome/common/extensions/docs/
a11y.html 451 For example, if your extension includes a toolbar,
452 set the <code>role</code> attribute of the toolbar's DOM element as follows:
455 <pre>&lt;div role="toolbar"&gt;
482 to the example toolbar control:
485 <pre>&lt;div role="toolbar" tabindex="0" aria-activedescendant="button1"&gt;
491 property specifies which child of the toolbar receives focus
492 when the toolbar receives focus.
493 In this example, the toolbar's first button
497 specifies that the toolbar
502 Here's the complete specification for the example toolbar
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
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);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 450 JToolBar toolBar = new JToolBar();
451 toolBar.setFloatable(false);
452 toolBar.setRollover(true);
458 toolBar.add(startButton);
464 toolBar.add(stopButton);
470 toolBar.add(refreshButton);
476 toolBar.add(showDevicesButton);
483 toolBar.add(loadButton);
489 toolBar.add(displayNodeButton);
500 toolBar.add(captureLayersButton)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 92 import org.eclipse.swt.widgets.ToolBar;
204 ToolBar toolBar = new ToolBar(this, SWT.WRAP | SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL);
205 toolBar.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
207 mConfigCombo = new ToolItem(toolBar, SWT.DROP_DOWN );
212 ToolItem separator2 = new ToolItem(toolBar, SWT.SEPARATOR);
214 mDeviceCombo = new ToolItem(toolBar, SWT.DROP_DOWN);
218 ToolItem separator3 = new ToolItem(toolBar, SWT.SEPARATOR);
220 mOrientationCombo = new ToolItem(toolBar, SWT.DROP_DOWN)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 69 // the toolbar.
79 // The targets accepted by the toolbar and folder buttons for DnD.
98 "style \"chrome-bookmark-toolbar\" {"
106 "widget \"*chrome-bookmark-toolbar\" style \"chrome-bookmark-toolbar\"");
241 gtk_widget_set_name(bookmark_toolbar_.get(), "chrome-bookmark-toolbar");
689 // themes, we want to let the background show through the toolbar.
826 // Because of our constant resizing and our toolbar/bookmark bar overlap
828 // bar into the toolbar and than doesn't queue a redraw to fix it. So do
829 // it manually by telling the toolbar area to redraw itself
    [all...]
bookmark_bar_gtk_unittest.cc 93 // We should expect two children to the bookmark bar's toolbar.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 11 // code. Each window has a single toolbar and, by virtue of being a
62 // (tab/toolbar/bookmark models, profiles, etc).
153 // Return a weak pointer to the toolbar controller.
168 // Updates the toolbar (and transitively the location bar) with the states of
299 // Called to check whether or not this window has a toolbar (YES if it does, NO
343 // Query/lock/release the requirement that the tab strip/toolbar/attached
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 190 // Look for the toolbar icon specified in the activity meta-data
197 if (DBG) Log.d(TAG, "Got toolbar icon from Voice Search");
205 if (DBG) Log.d(TAG, "Failed to get toolbar icon from Voice Search; using default.");
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 64 // the selected tab. Handles things such as ensuring the toolbar is correctly
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.h 29 // This object is instantiated in Toolbar.xib and is configured by the
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h 55 // toolbar or on the next infobar up).
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 43 // This is split from RenderToWidget so the toolbar can use it.
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.cc 5 #include "chrome/browser/ui/toolbar/encoding_menu_controller.h"
encoding_menu_controller_unittest.cc 5 #include "chrome/browser/ui/toolbar/encoding_menu_controller.h"
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 24 // BROWSER_ACTION -> The browserAction icon in the toolbar.
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 31 IBOutlet NSToolbar *toolbar; variable
  /sdk/eclipse/
dictionary.txt 314 toolbar

Completed in 800 milliseconds

1 2 34 5 6 7 8 91011>>