HomeSort by relevance Sort by last modified time
    Searched refs:toolbar (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellToolbar.java 33 * A Toolbar {@link View} that shows the URL and navigation buttons.
92 * The toolbar will visually represent the state of {@code tab}.
125 mProgressDrawable = (ClipDrawable) findViewById(R.id.toolbar).getBackground();
ChromeShellActivity.java 160 mToolbar = (ChromeShellToolbar) findViewById(R.id.toolbar);
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 12 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
47 views::View* wrench_button = browser_view->toolbar()->app_menu();
session_crashed_bubble_view.cc 25 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
175 BrowserView::GetBrowserViewForBrowser(browser)->toolbar()->app_menu();
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 699 var toolbar = id("qunit-testrunner-toolbar");
700 if ( toolbar ) {
725 toolbar.appendChild( filter );
730 toolbar.appendChild( label );
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 72 remoting.toolbar = new remoting.Toolbar(
73 document.getElementById('session-toolbar'));
74 remoting.optionsMenu = remoting.toolbar.createOptionsMenu();
92 document.getElementById('help-feedback-toolbar'));
96 document.getElementById('help-feedback-toolbar'));
client_screen.js 325 remoting.toolbar.center();
326 remoting.toolbar.preview();
third_party_token_fetcher.js 162 window.open(fullTokenUrl, '_blank', 'location=yes,toolbar=no,menubar=no');
  /external/chromium_org/third_party/qunit/src/
qunit.js 348 "<div id='qunit-testrunner-toolbar'></div>" +
578 var banner, filter, i, j, label, len, main, ol, toolbar, val, selection,
681 // `toolbar` initialized at top of scope
682 toolbar = id( "qunit-testrunner-toolbar" );
683 if ( toolbar ) {
714 toolbar.appendChild( filter );
721 toolbar.appendChild( label );
743 toolbar.appendChild( urlConfigContainer );
760 toolbar.appendChild(moduleFilter)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 45 [Replaceable, MeasureAs=BarPropToolbar] readonly attribute BarProp toolbar;
LocalDOMWindow.h 129 BarProp& toolbar() const;
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 84 ImageEditor.Mode.Crop.prototype.createTools = function(toolbar) {
92 toolbar.addButton(
102 toolbar.element.querySelectorAll('button.selected');
118 this.toolbar_ = toolbar;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 5 #include "chrome/browser/ui/views/toolbar/browser_action_view.h"
18 #include "chrome/browser/ui/views/toolbar/browser_actions_container.h"
19 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
296 ->toolbar()->app_menu()->GetWidget() :
browser_actions_container_browsertest.cc 5 #include "chrome/browser/ui/views/toolbar/browser_actions_container.h"
16 #include "chrome/browser/ui/views/toolbar/browser_action_view.h"
17 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
85 // move (that's in the toolbar model tests), but just to check our ui.
158 ->toolbar()->browser_actions();
337 ->toolbar()->browser_actions();
476 // The associated toolbar model.
496 ->toolbar()->browser_actions();
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java 141 mProgressDrawable = (ClipDrawable) findViewById(R.id.toolbar).getBackground();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegate.java 34 import android.support.v7.widget.Toolbar;
138 abstract void setSupportActionBar(Toolbar toolbar);
  /packages/apps/FMRadio/src/com/android/fmradio/
FmMainActivity.java 52 import android.widget.Toolbar;
1147 final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 328 this.toolbar_ = document.querySelector('#toolbar');
417 * Initializes a toolbar button.
543 self.inactivityWatcher_.check(); // Show the toolbar.
549 // Flash the toolbar briefly to show it is there.
619 // Show the toolbar and hide it after the default timeout.
slide_mode.js 13 * @param {Element} toolbar Toolbar element.
24 function SlideMode(container, content, toolbar, prompt, dataModel,
29 this.toolbar_ = toolbar;
194 util.createChild(this.container_, 'tool slideshow-toolbar');
234 toolbar: this.editBarMain_,
    [all...]
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 24 * The minimum number of pixels to offset the toolbar by from the bottom and
43 this.toolbar_ = $('toolbar');
464 // Offset the toolbar position so that it doesn't move if scrollbars appear.
  /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_org/chrome/browser/ui/views/frame/
browser_view.h 137 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
138 // These differ from |toolbar_.bounds()| in that they match where the toolbar
140 // horizontally. Note that this returns the bounds for the toolbar area.
155 // that it can be used as the source origin for seamlessly tiling the toolbar
160 // Container for the tabstrip, toolbar, etc.
166 // Accessor for the Toolbar.
167 ToolbarView* toolbar() { return toolbar_; } function in class:BrowserView
615 // The view that manages the tab strip, toolbar, and sometimes the bookmark
623 // The Toolbar containing the navigation buttons, menus and the address bar.
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 14 #include "chrome/browser/ui/views/toolbar/toolbar_view.h"
155 BrowserView::GetBrowserViewForBrowser(browser)->toolbar()->app_menu();
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 168 'toolbar']);
  /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 815 milliseconds

1 23 4 5