Searched refs:last_hidden_index_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc383 last_hidden_index_(0),
769 last_hidden_index_ = DetermineFirstVisiblePanelIndex(end_position) - 1;
771 last_hidden_index_ >= first_panel_index;
778 bool visible = i <= last_visible_index_ || i > last_hidden_index_;
803 for (int i = first_panel_index; i <= last_hidden_index_; ++i)
1260 const int last_overflow_index = last_hidden_index_;
1476 last_hidden_index_ = std::min(last_hidden_index_,
H A Dshelf_view.h389 mutable int last_hidden_index_; member in class:ash::ShelfView

Completed in 649 milliseconds