HomeSort by relevance Sort by last modified time
    Searched refs:last_visible_index_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/views/
search_result_list_view.cc 28 last_visible_index_(0),
82 SetSelectedIndex(std::min(selected_index_ + 1, last_visible_index_));
88 SetSelectedIndex(std::min(selected_index_ + 1, last_visible_index_));
106 last_visible_index_ = 0;
112 last_visible_index_ = i;
118 if (selected_index_ > last_visible_index_)
119 SetSelectedIndex(last_visible_index_);
search_result_list_view.h 67 int last_visible_index_; member in class:app_list::SearchResultListView
  /external/chromium_org/ash/launcher/
launcher_view.cc 391 last_visible_index_(-1),
464 if (i >= first_visible_index_ && i <= last_visible_index_)
474 if (i >= first_visible_index_ && i <= last_visible_index_)
483 if (index == -1 || (index > last_visible_index_ &&
731 DCHECK_LT(last_visible_index_, view_model_->view_size());
734 i <= last_visible_index_;
782 last_visible_index_ = DetermineLastVisibleIndex(
785 last_visible_index_ = DetermineLastVisibleIndex(
790 last_visible_index_ < last_button_index ||
795 last_visible_index_ > 0
    [all...]
launcher_view.h 296 int last_visible_index_; member in class:ash::internal::LauncherView
341 // will be equal to last_visible_index_ + 1.
  /external/chromium_org/ash/test/
launcher_view_test_api.cc 60 return launcher_view_->last_visible_index_;

Completed in 127 milliseconds