Home | History | Annotate | Download | only in app_list

Lines Matching refs:last_index

101     size_t last_index = app_list_items_.size() - 1;
102 if (from_index == last_index)
104 new_position = app_list_items_[last_index]->position().CreateAfter();
227 size_t last_index = index + 1;
228 for (; last_index < nitems; ++last_index) {
229 if (!app_list_items_[last_index]->position().Equals(prev->position()))
232 AppListItem* last = last_index < nitems ? app_list_items_[last_index] : NULL;
233 for (size_t i = index; i < last_index; ++i) {