Home | History | Annotate | Download | only in app_list

Lines Matching refs:nitems

134   size_t nitems = app_list_items_.size();
137 index = nitems;
139 for (index = 0; index < nitems; ++index) {
146 if (index == nitems)
147 return app_list_items_[nitems - 1]->position().CreateAfter();
196 size_t nitems = app_list_items_.size();
197 if (nitems == 0) {
200 position = app_list_items_[nitems - 1]->position().CreateAfter();
221 size_t nitems = item_count();
222 DCHECK_LT(index, nitems);
228 for (; last_index < nitems; ++last_index) {
232 AppListItem* last = last_index < nitems ? app_list_items_[last_index] : NULL;