Lines Matching refs:Chrome
7 * This is the main code for the new tab page used by touch-enabled Chrome
12 // will be concatenated with other files when embedded in Chrome
102 chrome.send('getApps');
173 chrome.send('getRecentlyClosedTabs');
177 chrome.send('getMostVisited');
211 * Callback invoked by chrome with the apps available.
239 // unfortunate to have Chrome send us the entire apps list after an
285 * Make a synthesized app object representing the chrome web store. It seems
307 return 'chrome://theme/' + resourceName;
311 * Callback invoked by chrome whenever an app preference changes.
314 * so don't use this at all (but it still needs to be here for chrome to
540 // Tell chrome to uninstall the app (prompting the user)
541 chrome.send('uninstallApp', [appId]);
572 chrome.send('setPageIndex', [appId, pageIndex]);
592 // Tell chrome to update its database to persist this new order of apps This
594 chrome.send('reorderApps', [appId, appIds]);
678 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();