Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.cc1524 int app_list_index = -1; in UpdateAppLaunchersFromPref() local
1549 is_chrome, is_app_list, index, &chrome_index, &app_list_index); in UpdateAppLaunchersFromPref()
1559 app_list_index = index; in UpdateAppLaunchersFromPref()
1617 app_list_index = index; in UpdateAppLaunchersFromPref()
1641 if (app_list_index != -1 && target_index <= app_list_index) in UpdateAppLaunchersFromPref()
1642 ++app_list_index; in UpdateAppLaunchersFromPref()
1646 is_chrome, is_app_list, target_index, &chrome_index, &app_list_index); in UpdateAppLaunchersFromPref()
1853 int* app_list_index) { in MoveChromeOrApplistToFinalPosition() argument
1856 if (*app_list_index != -1 && in MoveChromeOrApplistToFinalPosition()
1857 *chrome_index < *app_list_index && in MoveChromeOrApplistToFinalPosition()
[all …]
Dchrome_launcher_controller.h516 int* app_list_index);
/external/chromium_org/ash/
Dshell.cc577 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST); in GetShelfDelegate() local
578 DCHECK_GE(app_list_index, 0); in GetShelfDelegate()
579 ShelfID app_list_id = shelf_model_->items()[app_list_index].id; in GetShelfDelegate()