Home | History | Annotate | Download | only in resources

Lines Matching full:apps

63 <link rel="stylesheet" href="ntp/apps.css">
74 APPS: 1 << 6
147 <div class="maxiview" id="apps-maxiview">
148 <div id="apps-promo">
149 <p id="apps-promo-heading"></p>
150 <a class="g-button-basic" id="apps-promo-link" href=""></a><br>
151 <button id="apps-promo-hide"></button>
153 <div id="apps-content"></div>
158 <!-- Start disabled. We only enable once we have installed default apps. -->
159 <div id="apps" class="section disabled" section="APPS">
163 <span i18n-content="apps"></span>
215 <button id="apps-button"
216 menu="#apps-menu">
217 <span i18n-content="apps"></span>
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"
251 <menu id="apps-menu"></menu>
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>
260 <button id="apps-launch-type-window-menu-item"
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>
294 <script src="ntp/apps.js"></script>
306 initializeSection('apps', MENU_APPS, Section.APPS);
310 updateSimpleSection('apps', Section.APPS);
315 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS);