Home | History | Annotate | Download | only in launcher

Lines Matching refs:target_index

1117                                               int target_index) {
1118 const ash::ShelfItem& item = model_->items()[target_index];
1666 int target_index = FindInsertionPoint(false);
1669 if (source_index != target_index)
1670 model_->Move(source_index, target_index);
1674 if (app_list_index != -1 && target_index <= app_list_index)
1677 int target_index = FindInsertionPoint(is_app_list);
1679 is_chrome, is_app_list, target_index, &chrome_index, &app_list_index);
1878 int target_index,
1882 model_->Move(*chrome_index, target_index);
1885 target_index > *app_list_index)
1889 model_->Move(*app_list_index, target_index);
1892 target_index > *chrome_index)