/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ |
manifest.json | 3 "description": "This extension adds an animated browser action to the toolbar.",
|
/external/sonivox/docs/ |
EAS_Library_Integration_Guide.odt | |
EASLibrary3_5.odt | |
EAS_API_Reference.odt | |
JET_Programming_Manual.odt | |
/external/webkit/Source/WebCore/manual-tests/ |
chrome-bidi-text.html | 5 <button onclick='open("resources/chrome-bidi-text-window.html", null, "toolbar=no")'>Start</button
|
/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/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 18 #include "chrome/browser/ui/toolbar/wrench_menu_model.h" 39 // View class that displays the GTK version of the toolbar and routes gtk 49 // Create the contents of the toolbar. |top_level_window| is the GtkWindow 81 // We have to show padding on the bottom of the toolbar when the bookmark 114 // Sets the top corners of the toolbar to rounded, or sets them to normal, 120 // The alignment contains the toolbar. 147 // Sometimes we only want to show the location w/o the toolbar buttons (e.g., 151 // An event box that holds |toolbar_|. We need the toolbar to have its own 157 // This widget handles padding around the outside of the toolbar. 160 // Gtk widgets. The toolbar is an hbox with each of the other pieces of th [all...] |
view_id_util.cc | 66 return "chrome-toolbar"; 69 return "chrome-toolbar-back-button"; 72 return "chrome-toolbar-forward-button"; 75 return "chrome-toolbar-reload-button"; 78 return "chrome-toolbar-home-button"; 81 return "chrome-toolbar-star-button"; 87 return "chrome-toolbar-browser-actions-container";
|
/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...] |
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
PageSiteComposite.java | 18 import org.eclipse.swt.widgets.ToolBar; 33 private final ToolBar m_toolBar; 49 // toolbar 51 m_toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT); 91 // set toolbar 96 public ToolBar getToolBar() {
|
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win.h | 11 // accessed without going through toolbar front end. 12 // 2. This applies to IE (thus Windows) toolbar only.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view.h | 12 // A view that handles any special rendering of the toolbar bar. At 18 // The opacity of the divider line (at the bottom of the toolbar); used when
|
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...] |
toolbar_view_unittest.mm | 7 #import "chrome/browser/ui/cocoa/toolbar/toolbar_view.h"
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 4 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
manifest.json | 3 "description": "This extension adds an email button to the toolbar which allows you to email the page link using your default mail client or Gmail.",
|
/external/webkit/Source/WebKit/chromium/src/js/ |
devTools.css | 5 body.attached #toolbar { 14 body.platform-windows #toolbar, body.platform-windows.inactive #toolbar { 18 body.detached.platform-mac-leopard #toolbar { 22 body.detached.platform-mac-leopard.inactive #toolbar { 26 body.detached.platform-mac-snowleopard #toolbar { 30 body.detached.platform-mac-snowleopard.inactive #toolbar {
|
/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);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_constants.h | 20 // visual overlap with the main toolbar. When using this to compute values 21 // other than the actual height of the toolbar, be sure to add 28 // The amount of space between the inner bookmark bar and the outer toolbar on
|
bookmark_bar_toolbar_view.h | 6 // BookmarkBar's toolbar in either of its two display modes - permanently 29 // Displaying the bookmark toolbar background in bubble (floating) mode requires
|
/external/chromium/chrome/browser/ui/views/ |
toolbar_view.h | 15 #include "chrome/browser/ui/toolbar/back_forward_menu_model.h" 37 // The Browser Window's toolbar. 49 // Create the contents of the Browser Toolbar 56 // Updates the toolbar (and transitively the location bar) with the states of 62 // Set focus to the toolbar with complete keyboard access, with the 67 // Set focus to the toolbar with complete keyboard access, with the 133 // The top of the toolbar has an edge we have to skip over in addition to the 162 // Types of display mode this toolbar can have. 164 DISPLAYMODE_NORMAL, // Normal toolbar with buttons, etc. 165 DISPLAYMODE_LOCATION // Slimline toolbar showing only compact locatio [all...] |
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 58 import org.eclipse.swt.widgets.ToolBar; 69 * Toolbar shown at the top of the layout editor, which adds a number of context-sensitive 74 private ToolBar mLayoutToolBar; 75 private ToolBar mLintToolBar; 76 private ToolBar mZoomToolBar; 99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL); 185 /** Update the toolbar widgets */ 201 * Attempts to update the existing toolbar actions, if the action list is 223 // One action can result in multiple toolbar items (e.g. a choice action 312 /** Add a separator to the toolbar, unless there already is one there at the end already * [all...] |