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

1 2

  /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);
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_gtk.cc 18 GtkWidget* toolbar = local
22 if (toolbar) {
23 GList* children = gtk_container_get_children(GTK_CONTAINER(toolbar));
36 GtkWidget* toolbar = local
39 if (toolbar) {
40 GList* children = gtk_container_get_children(GTK_CONTAINER(toolbar));
  /external/webkit/Tools/MiniBrowser/gtk/
main.c 55 GtkWidget *toolbar = gtk_toolbar_new(); local
58 gtk_orientable_set_orientation(GTK_ORIENTABLE(toolbar), GTK_ORIENTATION_HORIZONTAL);
60 gtk_toolbar_set_orientation(GTK_TOOLBAR(toolbar), GTK_ORIENTATION_HORIZONTAL);
62 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH_HORIZ);
66 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
70 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
76 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
81 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
83 return toolbar;
  /external/webkit/Tools/GtkLauncher/
main.c 151 GtkWidget *toolbar = gtk_toolbar_new(); local
154 gtk_orientable_set_orientation(GTK_ORIENTABLE(toolbar), GTK_ORIENTATION_HORIZONTAL);
156 gtk_toolbar_set_orientation(GTK_TOOLBAR(toolbar), GTK_ORIENTATION_HORIZONTAL);
158 gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH_HORIZ);
165 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
170 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
177 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
183 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);
185 return toolbar;
  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 32 WebInspector.Toolbar = function()
34 this.element = document.getElementById("toolbar");
37 this._dropdownButton = document.getElementById("toolbar-dropdown-arrow");
44 WebInspector.Toolbar.prototype = {
62 if (target.hasStyleClass("toolbar-item") && target.hasStyleClass("toggleable"))
65 if (target !== this.element && !target.hasStyleClass("toolbar-item"))
130 var toolbar = document.getElementById("toolbar");
138 WebInspector.Toolbar.createPanelToolbarItem = function(panel)
141 toolbarItem.className = "toolbar-item toggleable"
    [all...]
inspector.css 73 #toolbar {
87 body.inactive #toolbar {
92 body.detached.platform-mac-leopard:not(.remote) #toolbar,
93 body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
97 body.attached #toolbar {
104 body.attached.port-qt #toolbar {
108 body.attached.inactive #toolbar {
112 .toolbar-item {
120 .toolbar-item.toggleable {
124 .toolbar-item.toggleable.toggled-on
    [all...]
SearchController.js 36 this._toolbarLabelElement = document.getElementById("search-toolbar-label");
157 WebInspector.toolbar.resize();
inspector.js 460 this.toolbar = new WebInspector.Toolbar();
518 this.toolbar.addPanel(panel);
564 this.toolbar.resize();
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 26 // BROWSER_ACTION -> The browserAction icon in the toolbar.
78 ExtensionInstalledBubbleGtk* toolbar);
87 // toolbar is animating.
extension_installed_bubble_gtk.cc 40 // the toolbar to finish animating to know where the item's final position
128 BrowserActionsToolbarGtk* toolbar = local
131 if (toolbar->animating() && animation_wait_retries_-- > 0) {
139 reference_widget = toolbar->GetBrowserActionWidget(extension_);
148 reference_widget = GTK_WIDGET_VISIBLE(toolbar->chevron()) ?
149 toolbar->chevron() : NULL;
  /external/webkit/Source/WebKit/wx/
WebBrowserShell.cpp 148 wxToolBar* toolbar = CreateToolBar(); local
149 toolbar->SetToolBitmapSize(wxSize(32, 32));
152 toolbar->AddTool(ID_BACK, back, wxT("Back"));
155 toolbar->AddTool(ID_FORWARD, forward, wxT("Next"));
157 addressBar = new wxTextCtrl(toolbar, ID_TEXTCTRL, _T(""), wxDefaultPosition, wxSize(400, -1), wxTE_PROCESS_ENTER);
158 toolbar->AddControl(addressBar);
160 searchCtrl = new wxSearchCtrl(toolbar, ID_SEARCHCTRL, _("Search"), wxDefaultPosition, wxSize(200, -1), wxTE_PROCESS_ENTER);
161 toolbar->AddControl(searchCtrl);
162 toolbar->Realize();
164 SetToolBar(toolbar);
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.h 31 IBOutlet NSToolbar *toolbar; variable
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 45 // Amount to offset the toolbar by when vertical tabs are enabled.
111 // For vertical tabs the toolbar is positioned in
150 // Positions the titlebar, toolbar and tabstrip. This is
174 // The toolbar is promoted to the title for vertical tabs.
228 if (toolbar())
229 toolbar()->RemoveMenuListener(this);
251 if (toolbar())
252 toolbar()->AddMenuListener(this);
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 361 int width = browser_view->toolbar()->location_bar()->width();
365 views::View::ConvertPointToScreen(browser_view->toolbar()->location_bar(),
367 gfx::Rect bounds = browser_view->toolbar()->location_bar()->bounds();
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 41 // A controller for the toolbar in the browser window. Manages
81 // Used for monitoring the optional toolbar button prefs.
92 // Tracking area for mouse enter/exit/moved in the toolbar.
103 // Initialize the toolbar and register for command updates. The profile is
117 // Note that this may be called for objects unrelated to the toolbar.
124 // Updates the toolbar (and transitively the location bar) with the states of
140 // Allow turning off the toolbar (but we may keep the location bar without a
141 // surrounding toolbar). If |toolbar| is YES, the value of |hasLocationBar| is
143 - (void)setHasToolbar:(BOOL)toolbar hasLocationBar:(BOOL)locBar
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 897 ExtensionToolbarModel* toolbar = service->toolbar_model(); local
918 ExtensionToolbarModel* toolbar = service->toolbar_model(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 105 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
106 // These differ from |toolbar_.bounds()| in that they match where the toolbar
127 // that it can be used as the source origin for seamlessly tiling the toolbar
138 // Accessor for the Toolbar.
139 ToolbarView* toolbar() const { return toolbar_; } function in class:BrowserView
522 void SetToolbar(ToolbarView* toolbar);
582 // The Toolbar containing the navigation buttons, menus and the address bar.
  /external/webkit/Source/WebKit/chromium/src/js/
Tests.js 177 var toolbar = document.getElementById("toolbar");
178 var button = toolbar.getElementsByClassName(panelName)[0];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 95 import org.eclipse.swt.widgets.ToolBar;
161 * Add tool bar items to the given toolbar
163 * @param toolbar the toolbar to add items into
165 void createToolbarItems(final ToolBar toolbar) {
166 final ToolItem popupMenuItem = new ToolItem(toolbar, SWT.PUSH);
173 // Align menu horizontally with the toolbar button and
174 // vertically with the bottom of the toolbar
175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 121 // The thickness of the shadow around the toolbar+web content area. There are
122 // actually a couple pixels more that should overlap the toolbar and web
295 // We register first so that other views like the toolbar can use the
410 // Draw the shadow above the toolbar. Tabs on the tabstrip will draw over us.
446 // of pixels overlap the toolbar. We just crop it off on Linux. The top
447 // corners extend to the base of the toolbar (one pixel above the dividing
452 // The toolbar is shorter in location bar only mode so clip the image to the
453 // height of the toolbar + the amount of shadow above the toolbar.
477 // the sides down to the bottom of the toolbar
2076 GtkWidget* toolbar = toolbar_->widget(); local
    [all...]
browser_actions_toolbar_gtk.cc 52 // The padding to the left, top and bottom of the browser actions toolbar
56 // Width of the invisible gripper for resizing the toolbar.
86 BrowserActionButton(BrowserActionsToolbarGtk* toolbar,
89 : toolbar_(toolbar),
316 // Simply pass along the notification to the toolbar. The point of this
317 // function is to tell the toolbar which BrowserActionButton initiated the
322 // The toolbar containing this button.
872 // After the user resizes the toolbar, we want to smartly resize it to be
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 127 BarInfo* toolbar() const;
  /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...]

Completed in 655 milliseconds

1 2