Searched refs:getAppsCallback (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/
H A Dnew_tab.js100 // Note that this is kicked off asynchronously. 'getAppsCallback' will be
219 function getAppsCallback(data) {
567 // a call to getAppsCallback so we want to do it before reorderApps
593 // will cause getAppsCallback to be invoked and the apps to be redrawn.
601 * a getAppsCallback call is pending and we can rely on the DOM being
693 getAppsCallback: getAppsCallback,
705 var getAppsCallback = ntp4.getAppsCallback; variable
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.js99 // Note that this is kicked off asynchronously. 'getAppsCallback' will be
231 function getAppsCallback(data)
677 // a call to getAppsCallback so we want to do it before reorderApps
703 // will cause getAppsCallback to be invoked and the apps to be redrawn.
711 * a getAppsCallback call is pending and we can rely on the DOM being
793 getAppsCallback: getAppsCallback,
800 var getAppsCallback = ntp.getAppsCallback; variable
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js138 * Invoke the getAppsCallback function with a snapshot of the current app
152 getAppsCallback(appsData);
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.js9 function getAppsCallback(data) { function

Completed in 74 milliseconds