Home | History | Annotate | Download | only in app_list

Lines Matching full:nitems

133   size_t nitems = app_list_items_.size();
136 index = nitems;
138 for (index = 0; index < nitems; ++index) {
145 if (index == nitems)
146 return app_list_items_[nitems - 1]->position().CreateAfter();
197 size_t nitems = app_list_items_.size();
198 if (nitems == 0) {
201 position = app_list_items_[nitems - 1]->position().CreateAfter();
222 size_t nitems = item_count();
223 DCHECK_LT(index, nitems);
229 for (; last_index < nitems; ++last_index) {
233 AppListItem* last = last_index < nitems ? app_list_items_[last_index] : NULL;