Home
last modified time | relevance | path

Searched refs:appList (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.js54 var appList = []; variable
65 for (var i = 0; i < appList.length; i++) {
66 var item = appList[i];
74 appList = [];
84 appList.push(item);
139 if (newIndex >= 0 && newIndex <= appList.length - 1) {
147 } else if (newIndex == appList.length - 1) {
183 changeSelection(appList.length - 1);
186 var app = appList[selectedIndex];
/external/icu4c/samples/layout/
Dgnomelayout.cpp45 static GSList *appList = NULL; variable
273 appList = g_slist_prepend(appList, app); in newSample()
290 appList = g_slist_remove(appList, app); in closeSample()
294 if (appList == NULL) { in closeSample()
Dcgnomelayout.c35 static GSList *appList = NULL; variable
272 appList = g_slist_prepend(appList, app); in newSample()
289 appList = g_slist_remove(appList, app); in closeSample()
293 if (appList == NULL) { in closeSample()