Searched refs:toolbar (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/remoting/webapp/
H A Dtoolbar.css6 .toolbar-container {
16 .toolbar-visible {
20 .toolbar-stub {
34 .toolbar-stub-extended,
35 .toolbar-visible .toolbar-stub {
39 .toolbar-border {
50 .toolbar-border > div {
82 .toolbar-stub-extended .arrow-down,
83 .toolbar
[all...]
H A Dtoolbar.js16 * @param {HTMLElement} toolbar The HTML element representing the tool-bar.
19 remoting.Toolbar = function(toolbar) {
24 this.toolbar_ = toolbar;
29 this.stub_ = /** @type {HTMLElement} */toolbar.querySelector('.toolbar-stub');
60 registerEventListener('toolbar-disconnect', 'click', remoting.disconnect);
61 registerEventListener('toolbar-stub', 'click',
62 function() { remoting.toolbar.toggle(); });
136 if (remoting.toolbar) {
137 var toolbarStub = remoting.toolbar
[all...]
/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 DWorkSpaceController.java201 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()));
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_org/ui/file_manager/file_manager/foreground/js/image_editor/
H A Dimage_adjust.js146 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
148 ImageEditor.Mode.Exposure.prototype.createTools = function(toolbar) {
149 toolbar.addRange('brightness', 'GALLERY_BRIGHTNESS', -1, 0, 1, 100);
150 toolbar.addRange('contrast', 'GALLERY_CONTRAST', -1, 0, 1, 100);
167 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
169 ImageEditor.Mode.Autofix.prototype.createTools = function(toolbar) {
171 toolbar.addButton('Apply', this.apply.bind(this));
223 * @param {ImageEditor.Toolbar} toolbar Th
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_adjust.js146 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
148 ImageEditor.Mode.Exposure.prototype.createTools = function(toolbar) {
149 toolbar.addRange('brightness', 'GALLERY_BRIGHTNESS', -1, 0, 1, 100);
150 toolbar.addRange('contrast', 'GALLERY_CONTRAST', -1, 0, 1, 100);
167 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
169 ImageEditor.Mode.Autofix.prototype.createTools = function(toolbar) {
171 toolbar.addButton('Apply', this.apply.bind(this));
223 * @param {ImageEditor.Toolbar} toolbar Th
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash_unittest.cc22 #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
286 ToolbarView* toolbar = browser_view()->toolbar(); local
[all...]
H A Dbrowser_view_unittest.cc15 #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 an
[all...]
H A Dbrowser_view_layout_unittest.cc148 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsidebarPane.css122 .sidebar-pane-toolbar {
132 .sidebar-pane-toolbar > * {
136 .sidebar-pane-toolbar > .pane-title-button,
137 .sidebar-pane-toolbar > label {
149 .sidebar-pane-toolbar > .pane-title-button {
154 .sidebar-pane-toolbar > .pane-title-button:hover {
158 .sidebar-pane-toolbar > .pane-title-button:active,
159 .sidebar-pane-toolbar > .pane-title-button.toggled {
163 .sidebar-pane-toolbar > .pane-title-button.add {
167 .sidebar-pane-toolbar >
[all...]
H A DresponsiveDesignView.css55 .responsive-design-toolbar {
121 .responsive-design-toolbar fieldset,
122 .responsive-design-toolbar p {
129 .responsive-design-toolbar .field-error-message {
133 .responsive-design-toolbar label {
138 .responsive-design-toolbar input[type='text'] {
146 .responsive-design-toolbar input[type='text'].numeric {
150 .responsive-design-toolbar input:focus::-webkit-input-placeholder {
154 .responsive-design-toolbar fieldset:disabled input,
155 .responsive-design-toolbar fieldse
[all...]
H A DsourcesPanel.css46 .scripts-debug-toolbar {
55 .scripts-debug-toolbar-drawer {
66 .scripts-debug-toolbar-drawer.expanded {
70 .scripts-debug-toolbar-drawer > label {
76 #scripts-editor-toolbar {
205 .targets-toolbar {
H A DindexedDBViews.css57 .indexed-db-data-view .data-view-toolbar {
63 .indexed-db-data-view .data-view-toolbar .back-button img {
67 .indexed-db-data-view .data-view-toolbar .forward-button img {
71 .indexed-db-data-view .data-view-toolbar .key-input {
H A Dinspector.css106 .toolbar-background {
114 .toolbar {
121 .toolbar .tabbed-pane-header {
125 .toolbar .tabbed-pane-header-contents {
129 .toolbar .tabbed-pane-header-tab {
135 .toolbar .tabbed-pane-header-tab.selected {
140 .toolbar button.status-bar-item {
152 body.inactive .toolbar-background {
156 body.dock-to-bottom .toolbar-background {
160 body.dock-to-bottom .toolbar
[all...]
H A DelementsPanel.css606 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar,
607 .sidebar-pane.composite .metrics-and-styles .sidebar-pane-toolbar {
629 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
674 .sidebar-pane.composite .sidebar-pane-toolbar > .sidebar-pane-subtitle {
686 .panel.elements .sidebar-pane-toolbar > select {
700 .panel.elements .sidebar-pane-toolbar > select:hover {
704 .panel.elements .sidebar-pane-toolbar > select:active {
708 .panel.elements .sidebar-pane-toolbar > select.select-settings {
712 .panel.elements .sidebar-pane-toolbar > select.select-filter {
715 .panel.elements .sidebar-pane-toolbar > selec
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.cc15 #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/ui/file_manager/file_manager/foreground/css/
H A Dgallery.css64 cursor: none; /* Only visible when the toolbar is active */
165 .gallery > .toolbar {
189 .gallery > .toolbar {
197 .gallery[tools]:not([slideshow]) > .toolbar {
203 .gallery[tools][slideshow] > .toolbar {
207 .gallery[tools][locked] > .toolbar {
413 .gallery .toolbar .bubble {
421 .gallery:not([editing]) .toolbar .bubble {
445 .gallery .toolbar .ribbon {
456 .gallery[editing] .toolbar
[all...]
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css64 cursor: none; /* Only visible when the toolbar is active */
165 .gallery > .toolbar {
194 .gallery > .toolbar {
202 .gallery[tools]:not([slideshow]) > .toolbar {
208 .gallery[tools][slideshow] > .toolbar {
212 .gallery[tools][locked] > .toolbar {
421 .gallery .toolbar .bubble {
429 .gallery:not([editing]) .toolbar .bubble {
453 .gallery .toolbar .ribbon {
464 .gallery[editing] .toolbar
[all...]
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css10 viewer-toolbar {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DToolbarModel.java5 package org.chromium.chrome.browser.toolbar;
11 * Provides a way of accessing toolbar data and state.
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
H A DSuggestionPopup.java49 ChromeShellToolbar toolbar) {
52 mToolbar = toolbar;
48 SuggestionPopup(Context context, TextView urlField, ChromeShellToolbar toolbar) argument
/external/chromium_org/third_party/qunit/src/
H A Dqunit.css14 #qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
18 #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
55 #qunit-testrunner-toolbar label {
64 #qunit-testrunner-toolbar {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.css104 #requestTimeline .request-timeline-toolbar {
116 #requestTimeline .request-timeline-toolbar button {
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
H A Dmain.css292 .results-view .toolbar {
297 .results-view .toolbar .selector {
311 .results-view .toolbar .actions {

Completed in 783 milliseconds

123