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.cc1557 int app_list_index = -1; in UpdateAppLaunchersFromPref() local
1582 is_chrome, is_app_list, index, &chrome_index, &app_list_index); in UpdateAppLaunchersFromPref()
1592 app_list_index = index; in UpdateAppLaunchersFromPref()
1650 app_list_index = index; in UpdateAppLaunchersFromPref()
1674 if (app_list_index != -1 && target_index <= app_list_index) in UpdateAppLaunchersFromPref()
1675 ++app_list_index; in UpdateAppLaunchersFromPref()
1679 is_chrome, is_app_list, target_index, &chrome_index, &app_list_index); in UpdateAppLaunchersFromPref()
1880 int* app_list_index) { in MoveChromeOrApplistToFinalPosition() argument
1883 if (*app_list_index != -1 && in MoveChromeOrApplistToFinalPosition()
1884 *chrome_index < *app_list_index && in MoveChromeOrApplistToFinalPosition()
[all …]
Dchrome_launcher_controller.h526 int* app_list_index);
/external/chromium_org/ash/
Dshell.cc593 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST); in GetShelfDelegate() local
594 DCHECK_GE(app_list_index, 0); in GetShelfDelegate()
595 ShelfID app_list_id = shelf_model_->items()[app_list_index].id; in GetShelfDelegate()