Searched refs:app_list_index (Results 1 – 3 of 3) sorted by relevance
1557 int app_list_index = -1; in UpdateAppLaunchersFromPref() local1582 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() argument1883 if (*app_list_index != -1 && in MoveChromeOrApplistToFinalPosition()1884 *chrome_index < *app_list_index && in MoveChromeOrApplistToFinalPosition()[all …]
526 int* app_list_index);
593 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST); in GetShelfDelegate() local594 DCHECK_GE(app_list_index, 0); in GetShelfDelegate()595 ShelfID app_list_id = shelf_model_->items()[app_list_index].id; in GetShelfDelegate()