Lines Matching refs:appId
469 var appId = app.getAttribute('app-id');
470 assert(appId, 'unexpected app without appId');
474 chrome.send('launchApp', [appId, NTP_APPS_MAXIMIZED]);
643 var appId = appElement.getAttribute('app-id');
644 assert(appId);
651 chrome.send('uninstallApp', [appId]);
673 var appId = appElement.getAttribute('app-id');
674 assert(appId);
682 chrome.send('setPageIndex', [appId, pageIndex]);
704 chrome.send('reorderApps', [appId, appIds]);