Searched refs:last_visible_index_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dsearch_result_list_view.cc43 last_visible_index_(0),
127 SetSelectedIndex(std::min(selected_index_ + 1, last_visible_index_));
133 SetSelectedIndex(std::min(selected_index_ + 1, last_visible_index_));
172 last_visible_index_ = display_results.size() - 1;
185 if (selected_index_ > last_visible_index_)
186 SetSelectedIndex(last_visible_index_);
H A Dsearch_result_list_view.h104 int last_visible_index_; member in class:app_list::SearchResultListView
H A Dsearch_result_list_view_unittest.cc70 int GetResultCount() { return view_->last_visible_index_ + 1; }
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc374 last_visible_index_(-1),
434 if (i >= first_visible_index_ && i <= last_visible_index_)
444 if (i >= first_visible_index_ && i <= last_visible_index_)
461 if (index > last_visible_index_ && index < model_->FirstPanelIndex())
462 index = last_visible_index_ + 1;
692 DCHECK_LT(last_visible_index_, view_model_->view_size());
695 i <= last_visible_index_;
767 last_visible_index_ = DetermineLastVisibleIndex(
770 bool show_overflow = last_visible_index_ < last_button_index ||
775 last_visible_index_ >
[all...]
H A Dshelf_view.h341 mutable int last_visible_index_; member in class:ash::ShelfView
388 // will be equal to last_visible_index_ + 1.
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc63 return shelf_view_->last_visible_index_;

Completed in 280 milliseconds