Home
last modified time | relevance | path

Searched defs:CommandButton (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dcommandbutton.js17 var CommandButton = cr.ui.define('button'); variable
20 CommandButton.prototype.__proto__ = HTMLButtonElement.prototype; class