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

  /external/chromium_org/ash/shelf/
shelf_model.h 62 int FirstPanelIndex() const;
shelf_model_unittest.cc 204 EXPECT_EQ(model_->item_count(), model_->FirstPanelIndex());
233 EXPECT_EQ(12, model_->FirstPanelIndex());
shelf_view.cc 456 // section between last_index_hidden_ and model_->FirstPanelIndex() is the
461 if (index > last_visible_index_ && index < model_->FirstPanelIndex())
477 int first_panel_index = model_->FirstPanelIndex();
714 int first_panel_index = model_->FirstPanelIndex();
824 int index = model_->FirstPanelIndex() - 1;
835 int index = model_->FirstPanelIndex();
    [all...]
shelf_model.cc 146 int ShelfModel::FirstPanelIndex() const {
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 135 int panel_index = model_->FirstPanelIndex();

Completed in 69 milliseconds