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

  /external/chromium_org/ash/shelf/
shelf_unittest.cc 37 shelf_model_(NULL),
50 shelf_model_ = shelf_view_->model();
70 return shelf_model_;
84 ShelfModel* shelf_model_; member in class:ash::ShelfTest
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 44 new TestChromeLauncherController(profile(), &shelf_model_));
64 ash::ShelfModel shelf_model_; member in class:LauncherContextMenuTest
  /external/chromium_org/ash/test/
shell_test_api.cc 48 return shell_->shelf_model_.get();
  /external/chromium_org/ash/
shell.cc 583 shelf_model_.reset(new ShelfModel);
586 new ShelfItemDelegateManager(shelf_model_.get()));
588 shelf_delegate_.reset(delegate_->CreateShelfDelegate(shelf_model_.get()));
593 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST);
595 ShelfID app_list_id = shelf_model_->items()[app_list_index].id;
600 shelf_model_.get(), shelf_item_delegate_manager_.get()));
746 // |shelf_window_watcher_| has a weak pointer to |shelf_Model_|
773 // |shelf_item_delegate_manager_| observes |shelf_model_|. It must be
774 // destroyed before |shelf_model_| is destroyed.
776 shelf_model_.reset()
    [all...]
shell.h 543 return shelf_model_.get();
649 scoped_ptr<ShelfModel> shelf_model_; member in class:ash::Shell

Completed in 1105 milliseconds