Searched defs:target_model_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1730 int target_model_index = GetModelIndexFromIndex(target); local
1731 if (target_model_index == current_model_index)
1735 item_list_->MoveItem(current_model_index, target_model_index);
1736 view_model_.Move(current_model_index, target_model_index);
1800 int target_model_index = GetModelIndexFromIndex(target); local
1809 // Adjust |target_model_index| if it is beyond the deleted folder index.
1810 if (target_model_index > deleted_folder_index)
1811 --target_model_index;
1815 // Must move to target_model_index, the location we expect the target item
1819 if (target_model_index < static_cas
[all...]

Completed in 91 milliseconds