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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc477 int first_panel_index = model_->FirstPanelIndex(); local
478 if (current_index < first_panel_index)
484 while (target_index > first_panel_index &&
714 int first_panel_index = model_->FirstPanelIndex(); local
715 int last_button_index = first_panel_index - 1;
762 i >= first_panel_index; --i) {
798 last_hidden_index_ >= first_panel_index);
837 for (int i = first_panel_index; i <= last_hidden_index_; ++i)

Completed in 51 milliseconds