Home | History | Annotate | Download | only in bookmark_manager

Lines Matching full:command

33 <script src="chrome://resources/js/cr/ui/command.js"></script>
80 <command i18n-values=".label:rename_folder" id="rename-folder-command"></command>
81 <command i18n-values=".label:edit" id="edit-command"></command>
82 <command i18n-values=".label:show_in_folder" id="show-in-folder-command"></command>
83 <command i18n-values=".label:cut" id="cut-command"></command>
84 <command i18n-values=".label:copy" id="copy-command"></command>
85 <command i18n-values=".label:paste" id="paste-command"></command>
86 <command i18n-values=".label:delete" id="delete-command"></command>
87 <command i18n-values=".label:sort" id="sort-command"></command>
88 <command i18n-values=".label:add_new_bookmark" id="add-new-bookmark-command"></command>
89 <command i18n-values=".label:new_folder" id="new-folder-command"></command>
92 <command i18n-values=".label:import_menu" id="import-menu-command"></command>
93 <command i18n-values=".label:export_menu" id="export-menu-command"></command>
96 <command id="open-in-new-tab-command"></command>
97 <command id="open-in-background-tab-command"></command>
98 <command id="open-in-new-window-command"></command>
99 <command id="open-incognito-window-command"></command>
100 <command id="open-in-same-window-command"></command>
105 <button command="#add-new-bookmark-command"></button>
106 <button command="#new-folder-command"></button>
108 <button command="#rename-folder-command"></button>
109 <button command="#edit-command"></button>
110 <button command="#show-in-folder-command"></button>
112 <button command="#cut-command"></button>
113 <button command="#copy-command"></button>
114 <button command="#paste-command"></button>
116 <button command="#delete-command"></button>
118 <button command="#sort-command"></button>
120 <button command="#import-menu-command"></button>
121 <button command="#export-menu-command"></button>
125 <button command="#open-in-new-tab-command"></button>
126 <button command="#open-in-new-window-command"></button>
127 <button command="#open-incognito-window-command"></button>
129 <button command="#rename-folder-command"></button>
130 <button command="#edit-command"></button>
131 <button command="#show-in-folder-command"></button>
133 <button command="#cut-command"></button>
134 <button command="#copy-command"></button>
135 <button command="#paste-command"></button>
137 <button command="#delete-command"></button>
139 <button command="#add-new-bookmark-command"></button>
140 <button command="#new-folder-command"></button>