Searched refs:app_list_index (Results 1 – 3 of 3) sorted by relevance
1524 int app_list_index = -1; in UpdateAppLaunchersFromPref() local1549 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() argument1856 if (*app_list_index != -1 && in MoveChromeOrApplistToFinalPosition()1857 *chrome_index < *app_list_index && in MoveChromeOrApplistToFinalPosition()[all …]
516 int* app_list_index);
577 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST); in GetShelfDelegate() local578 DCHECK_GE(app_list_index, 0); in GetShelfDelegate()579 ShelfID app_list_id = shelf_model_->items()[app_list_index].id; in GetShelfDelegate()