HomeSort by relevance Sort by last modified time
    Searched defs:Toolbar (Results 1 - 5 of 5) sorted by null

  /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');
46 window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
50 /** @type {remoting.Toolbar} */
65 remoting.Toolbar.prototype.preview = function() {
66 this.toolbar_.classList.add(remoting.Toolbar.VISIBLE_CLASS_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Toolbar.js 35 WebInspector.Toolbar = function()
37 this.element = document.getElementById("toolbar");
40 this._dropdownButton = document.getElementById("toolbar-dropdown-arrow");
43 this._panelsMenuButton = document.getElementById("toolbar-panels-menu");
55 WebInspector.Toolbar.prototype = {
190 document.getElementById("toolbar-panels-menu").addStyleClass("disabled");
192 document.getElementById("toolbar-panels-menu").removeStyleClass("disabled");
200 var toolbarItems = this.element.querySelectorAll(".toolbar-item.toggleable");
226 toolbarItem.className = "toolbar-item toggleable";
265 toolbarItem.createChild("div", "toolbar-label").textContent = panelDescriptor.title()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
BarProp.h 43 enum Type { Locationbar, Menubar, Personalbar, Scrollbars, Statusbar, Toolbar };
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 44 this.mainToolbar_ = new ImageEditor.Toolbar(
45 DOMContainers.toolbar, displayStringFunction);
47 this.modeToolbar_ = new ImageEditor.Toolbar(
251 * Handle the toolbar controls update.
325 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
327 ImageEditor.Mode.prototype.createTools = function(toolbar) {};
402 * Populate the toolbar.
886 * A toolbar for the ImageEditor
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 3117 milliseconds