Searched refs:GetModelIndexFromIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h256 int GetModelIndexFromIndex(const Index& index) const;
H A Dapps_grid_view.cc1028 int AppsGridView::GetModelIndexFromIndex(const Index& index) const { function in class:app_list::AppsGridView
1053 GetModelIndexFromIndex(index) < view_model_.view_size();
1069 const int model_index = GetModelIndexFromIndex(index);
1632 int target_model_index = GetModelIndexFromIndex(target);
1702 int target_model_index = GetModelIndexFromIndex(target);

Completed in 101 milliseconds