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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
aria-toolbar-expected-win.txt 3 ROLE_SYSTEM_STATICTEXT name='A toolbar'
aria-toolbar-expected-mac.txt 2 AXToolbar AXRoleDescription='toolbar'
3 AXStaticText AXRoleDescription='text' AXValue='A toolbar'
aria-toolbar.html 7 <div role="toolbar">A toolbar</div>
aria-toolbar-expected-android.txt 2 android.view.View clickable name='A toolbar'
  /external/chromium_org/third_party/polymer/components-chromium/core-style/
elements-extracted.js 1 Polymer('my-toolbar');;
  /external/chromium_org/third_party/polymer/components/core-toolbar/
metadata.html 1 <x-meta id="core-toolbar" label="Toolbar" group="Core" isContainer>
5 <core-toolbar style="right: 0px; left: 0px; background-color: #4F7DC9; color: #fff; fill: #fff;">
7 <div flex>Toolbar</div>
8 </core-toolbar>
15 <link rel="import" href="core-toolbar.html">
README.md 1 core-toolbar
4 See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-toolbar) for more information.
.bower.json 2 "name": "core-toolbar",
7 "homepage": "https://github.com/Polymer/core-toolbar",
15 "_source": "git://github.com/Polymer/core-toolbar.git",
17 "_originalSource": "Polymer/core-toolbar"
core-toolbar.html 11 `core-toolbar` is a horizontal bar containing elements that can be used for
14 <core-toolbar>
18 </core-toolbar>
20 `core-toolbar` has a standard height, but can made be taller by setting `tall`
21 class on the `core-toolbar`. This will make the toolbar 3x the normal height.
23 <core-toolbar class="tall">
25 </core-toolbar>
27 Apply `medium-tall` class to make the toolbar medium tall. This will make the
28 toolbar 2x the normal height
    [all...]
bower.json 2 "name": "core-toolbar",
demo.html 12 <title>core-toolbar</title>
16 <link rel="import" href="core-toolbar.html">
25 core-toolbar {
29 core-toolbar.dark-theme {
40 <core-toolbar>
42 <span flex>Toolbar</span>
45 </core-toolbar>
49 <core-toolbar class="dark-theme">
51 <span flex>Toolbar: dark-theme</span>
54 </core-toolbar>
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-toolbar/
metadata.html 1 <x-meta id="core-toolbar" label="Toolbar" group="Core" isContainer>
5 <core-toolbar style="right: 0px; left: 0px; background-color: #4F7DC9; color: #fff; fill: #fff;">
7 <div flex>Toolbar</div>
8 </core-toolbar>
15 <link rel="import" href="core-toolbar.html">
README.md 1 core-toolbar
4 See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-toolbar) for more information.
.bower.json 2 "name": "core-toolbar",
7 "homepage": "https://github.com/Polymer/core-toolbar",
15 "_source": "git://github.com/Polymer/core-toolbar.git",
17 "_originalSource": "Polymer/core-toolbar"
core-toolbar.html 11 `core-toolbar` is a horizontal bar containing elements that can be used for
14 <core-toolbar>
18 </core-toolbar>
20 `core-toolbar` has a standard height, but can made be taller by setting `tall`
21 class on the `core-toolbar`. This will make the toolbar 3x the normal height.
23 <core-toolbar class="tall">
25 </core-toolbar>
27 Apply `medium-tall` class to make the toolbar medium tall. This will make the
28 toolbar 2x the normal height
    [all...]
bower.json 2 "name": "core-toolbar",
demo.html 12 <title>core-toolbar</title>
16 <link rel="import" href="core-toolbar.html">
25 core-toolbar {
29 core-toolbar.dark-theme {
40 <core-toolbar>
42 <span flex>Toolbar</span>
45 </core-toolbar>
49 <core-toolbar class="dark-theme">
51 <span flex>Toolbar: dark-theme</span>
54 </core-toolbar>
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/widget/
Toolbar_Accessor.java 22 * To access non public members of classes in {@link Toolbar}
25 public static ActionMenuPresenter getActionMenuPresenter(Toolbar toolbar) {
26 return toolbar.getOuterActionMenuPresenter();
29 public static Context getPopupContext(Toolbar toolbar) {
30 return toolbar.getPopupContext();
  /external/chromium_org/remoting/webapp/
toolbar.js 16 * @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');
62 window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
65 registerEventListener('toolbar-disconnect', 'click', remoting.disconnect);
66 registerEventListener('toolbar-stub', 'click',
67 function() { remoting.toolbar.toggle(); })
    [all...]
toolbar.css 6 .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-visible .arrow-down
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
manifest.json 3 "description": "This extension adds an animated browser action to the toolbar.",
  /external/chromium_org/chrome/android/java/
ToolbarModelSecurityLevel.template 5 package org.chromium.chrome.browser.ui.toolbar;
10 #include "chrome/browser/ui/toolbar/toolbar_model_security_level_list.h"
  /external/chromium_org/third_party/polymer/components/core-scaffold/
bower.json 8 "core-toolbar": "Polymer/core-toolbar#>=0.3.0 <1.0.0"
  /external/chromium_org/third_party/polymer/components-chromium/core-scaffold/
bower.json 8 "core-toolbar": "Polymer/core-toolbar#>=0.3.0 <1.0.0"
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_adjust.js 146 * @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) {
    [all...]

Completed in 1319 milliseconds

1 2 3 4 5 6 7 8 91011>>