Lines Matching full:command
235 <command id="clear-all-blacklisted" i18n-values=".label:restorethumbnails">
236 <command id="apps-launch-command">
237 <command id="apps-options-command" i18n-values=".label:appoptions">
238 <command id="apps-uninstall-command" i18n-values=".label:appuninstall">
239 <command id="apps-create-shortcut-command"
241 <command id="apps-launch-type-pinned" i18n-values=".label:applaunchtypepinned"
243 <command id="apps-launch-type-regular" i18n-values=".label:applaunchtyperegular"
245 <command id="apps-launch-type-window"
247 <command id="apps-launch-type-fullscreen"
256 <button class="default" command="#apps-launch-command"></button>
258 <button command="#apps-launch-type-regular" launch-type="1"></button>
259 <button command="#apps-launch-type-pinned" launch-type="0"></button>
261 command="#apps-launch-type-window" launch-type="3"></button>
262 <button command="#apps-launch-type-fullscreen" launch-type="2"></button>
264 <button command="#apps-options-command"></button>
265 <button command="#apps-uninstall-command"></button>
266 <hr id="apps-create-shortcut-command-separator">
267 <button id="apps-create-shortcut-command-menu-item"
268 command="#apps-create-shortcut-command"></button>
283 <script src="shared/js/cr/ui/command.js"></script>
298 cr.ui.decorate('command', cr.ui.Command);