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

  /external/chromium_org/ash/launcher/
launcher_unittest.cc 38 shelf_model_(NULL),
52 shelf_model_ = shelf_view_->model();
72 return shelf_model_;
86 ShelfModel* shelf_model_; member in class:ash::LauncherTest
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 43 new TestChromeLauncherController(profile(), &shelf_model_));
63 ash::ShelfModel shelf_model_; member in class:LauncherContextMenuTest
  /external/chromium_org/ash/test/
shell_test_api.cc 49 return shell_->shelf_model_.get();
  /external/chromium_org/ash/
shell.cc 504 shelf_model_.reset(new ShelfModel);
507 new ShelfItemDelegateManager(shelf_model_.get()));
509 shelf_delegate_.reset(delegate_->CreateShelfDelegate(shelf_model_.get()));
515 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST);
517 LauncherID app_list_id = shelf_model_->items()[app_list_index].id;
522 shelf_model_.get(),
654 // |shelf_window_watcher_| has a weak pointer to |shelf_Model_|
681 // |shelf_item_delegate_manager_| observes |shelf_model_|. It must be
682 // destroyed before |shelf_model_| is destroyed.
684 shelf_model_.reset()
    [all...]
shell.h 507 return shelf_model_.get();
611 scoped_ptr<ShelfModel> shelf_model_; member in class:ash::Shell

Completed in 772 milliseconds