Home | History | Annotate | Download | only in ntp

Lines Matching refs:Launch

27   // The "Launch as Window" menu option.
28 $('apps-launch-type-window-menu-item').hidden = data.disableAppWindowLaunch;
142 // Currently the only pref that is watched is the launch type.
146 appLink.setAttribute('launch-type', app['launch_type']);
164 a.setAttribute('launch-type', app['launch_type']);
174 * @param {string} appId Application to launch.
176 * triggered the launch, used to detect modifier keys that change
182 // Launch came from a click - add details of the click
248 $('apps-launch-command').label = app['name'];
259 var launchType = launchTypeEl.getAttribute('launch-type');
263 // Update the commands related to the launch type.
264 var launchTypeIds = ['apps-launch-type-pinned',
265 'apps-launch-type-regular',
266 'apps-launch-type-fullscreen',
267 'apps-launch-type-window'];
272 launchType == command.getAttribute('launch-type');
289 case 'apps-launch-command':
298 case 'apps-launch-type-pinned':
299 case 'apps-launch-type-regular':
300 case 'apps-launch-type-fullscreen':
301 case 'apps-launch-type-window':
304 Number(e.command.getAttribute('launch-type'))]);
314 case 'apps-launch-command':