Searched refs:appList (Results 1 – 3 of 3) sorted by relevance
54 var appList = []; variable65 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];
45 static GSList *appList = NULL; variable273 appList = g_slist_prepend(appList, app); in newSample()290 appList = g_slist_remove(appList, app); in closeSample()294 if (appList == NULL) { in closeSample()
35 static GSList *appList = NULL; variable272 appList = g_slist_prepend(appList, app); in newSample()289 appList = g_slist_remove(appList, app); in closeSample()293 if (appList == NULL) { in closeSample()