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 47 return shell_->shelf_model_.get();
  /external/chromium_org/ash/
shell.cc 567 shelf_model_.reset(new ShelfModel);
570 new ShelfItemDelegateManager(shelf_model_.get()));
572 shelf_delegate_.reset(delegate_->CreateShelfDelegate(shelf_model_.get()));
577 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST);
579 ShelfID app_list_id = shelf_model_->items()[app_list_index].id;
584 shelf_model_.get(), shelf_item_delegate_manager_.get()));
730 // |shelf_window_watcher_| has a weak pointer to |shelf_Model_|
757 // |shelf_item_delegate_manager_| observes |shelf_model_|. It must be
758 // destroyed before |shelf_model_| is destroyed.
760 shelf_model_.reset()
    [all...]
shell.h 536 return shelf_model_.get();
642 scoped_ptr<ShelfModel> shelf_model_; member in class:ash::Shell

Completed in 68 milliseconds