Home | History | Annotate | Download | only in ntp

Lines Matching refs:currentApp

236   var currentApp;
246 currentApp = app;
281 if (!currentApp)
287 window.location = currentApp['options_url'];
290 launchApp(currentApp['id']);
293 chrome.send('uninstallApp', [currentApp['id']]);
296 chrome.send('createAppShortcut', [currentApp['id']]);
303 [currentApp['id'],
312 e.canExecute = currentApp && currentApp['options_url'];
318 e.canExecute = !currentApp['can_uninstall'];