Home | History | Annotate | Download | only in launcher

Lines Matching refs:max_index

1396   int max_index = model_->item_count();
1401 ++max_index;
1403 for (; index < max_index && pref_app_id != pinned_apps.end(); ++index) {
1408 for (; index < max_index; ++index) {
1430 --max_index;
1437 DCHECK(index < max_index);