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

/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.h31 IBOutlet NSToolbar *toolbar; variable
/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/chrome/browser/extensions/
H A Dbrowser_action_test_util_gtk.cc18 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/
H A Dmain.c55 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/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.cc40 // 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/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h105 // 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
139 ToolbarView* toolbar() const { return toolbar_; } function in class:BrowserView
522 void SetToolbar(ToolbarView* toolbar);
H A Dbrowser_view.cc44 #include "chrome/browser/ui/toolbar/wrench_menu_model.h"
191 // The client edge is drawn below the toolbar bounds.
379 // When using vertical tabs, the toolbar appears to extend behind the tab
383 // The apparent toolbar edges are outside the "real" toolbar edges.
781 // Start the traversal within the main toolbar, passing it the storage id
782 // of the view where focus should be returned if the user exits the toolbar.
796 // main toolbar that plays the same role. If the user presses a key that
797 // would typically focus the menu bar, tell the toolbar to focus the menu
1484 // If we're showing the toolbar, w
2434 SetToolbar(ToolbarView* toolbar) argument
[all...]
/external/webkit/Tools/GtkLauncher/
H A Dmain.c151 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/WebKit/wx/
H A DWebBrowserShell.cpp148 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/chromium/chrome/browser/automation/
H A Dautomation_provider.cc897 ExtensionToolbarModel* toolbar = service->toolbar_model(); local
898 if (toolbar) {
899 if (index >= 0 && index < static_cast<int>(toolbar->size())) {
900 toolbar->MoveBrowserAction(extension, index);
918 ExtensionToolbarModel* toolbar = service->toolbar_model(); local
935 if (toolbar) {
936 for (ExtensionList::const_iterator iter = toolbar->begin();
937 iter != toolbar->end(); iter++) {
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc52 // 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, argument
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
H A Dbrowser_window_gtk.cc121 // 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...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc69 // 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 are
1165 OnToolbarDragMotion(GtkWidget* toolbar, GdkDragContext* context, gint x, gint y, guint time) argument
[all...]
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp582 BarInfo* DOMWindow::toolbar() const function in class:WebCore::DOMWindow
/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 771 milliseconds