HomeSort by relevance Sort by last modified time
    Searched refs:ShelfModel (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/ash/shelf/
shelf_navigator.h 13 class ShelfModel;
18 ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model,
shelf_window_watcher_item_delegate.h 17 class ShelfModel;
22 ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_);
40 ShelfModel* model_;
shelf_model.h 18 class ASH_EXPORT ShelfModel {
26 ShelfModel();
27 ~ShelfModel();
67 // Returns a reserved id which will not be used by the |ShelfModel|.
96 DISALLOW_COPY_AND_ASSIGN(ShelfModel);
shelf_item_delegate_manager.h 18 class ShelfModel;
31 explicit ShelfItemDelegateManager(ShelfModel* model);
58 ShelfModel* model_;
shelf_model.cc 47 ShelfModel::ShelfModel() : next_id_(1), status_(STATUS_NORMAL) {
50 ShelfModel::~ShelfModel() {
53 int ShelfModel::Add(const ShelfItem& item) {
57 int ShelfModel::AddAt(int index, const ShelfItem& item) {
65 void ShelfModel::RemoveItemAt(int index) {
76 void ShelfModel::Move(int index, int target_index) {
87 void ShelfModel::Set(int index, const ShelfItem& item) {
113 int ShelfModel::ItemIndexByID(ShelfID id) const
    [all...]
app_list_shelf_item_delegate.cc 32 ShelfModel* model = Shell::GetInstance()->shelf_model();
34 return model->status() == ShelfModel::STATUS_LOADING ?
shelf.h 37 class ShelfModel;
50 Shelf(ShelfModel* model, ShelfDelegate* delegate, ShelfWidget* widget);
shelf_navigator_unittest.cc 25 model_.reset(new ShelfModel);
64 const ShelfModel& model() { return *model_.get(); }
67 scoped_ptr<ShelfModel> model_;
79 // ShelfModel automatically adds BROWSER_SHORTCUT item at the
shelf_window_watcher.h 29 class ShelfModel;
38 ShelfWindowWatcher(ShelfModel* model,
124 ShelfModel* model_;
shelf_navigator.cc 24 int GetNextActivatedItemIndex(const ShelfModel& model,
shelf_unittest.cc 69 ShelfModel* shelf_model() {
84 ShelfModel* shelf_model_;
shelf_item_delegate_manager.cc 15 ShelfItemDelegateManager::ShelfItemDelegateManager(ShelfModel* model)
shelf_view.h 36 class ShelfModel;
63 ShelfView(ShelfModel* model,
72 ShelfModel* model() { return model_; }
327 ShelfModel* model_;
shelf_window_watcher_item_delegate.cc 19 aura::Window* window, ShelfModel* model)
shelf.cc 45 Shelf::Shelf(ShelfModel* shelf_model,
158 ShelfModel* shelf_model = shelf_view_->model();
  /external/chromium_org/ash/test/
shell_test_api.h 22 class ShelfModel;
40 ShelfModel* shelf_model();
test_shelf_delegate.h 17 class ShelfModel;
25 explicit TestShelfDelegate(ShelfModel* model);
52 ShelfModel* model_;
shell_test_api.cc 46 ShelfModel* ShellTestApi::shelf_model() {
test_shell_delegate.h 52 virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) OVERRIDE;
test_shelf_delegate.cc 22 TestShelfDelegate::TestShelfDelegate(ShelfModel* model)
  /external/chromium_org/ash/
shell_delegate.h 48 class ShelfModel;
120 virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) = 0;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 22 TestChromeLauncherController(Profile* profile, ash::ShelfModel* model)
64 ash::ShelfModel shelf_model_;
chrome_launcher_controller.h 51 class ShelfModel;
137 ChromeLauncherController(Profile* profile, ash::ShelfModel* model);
145 ash::ShelfModel* model);
256 ash::ShelfModel* model();
481 // The |shelf_item_type| will be set into the ShelfModel.
550 ash::ShelfModel* model_;
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 54 virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) OVERRIDE;
window_watcher.cc 99 ShelfModel* model = Shell::GetInstance()->shelf_model();
131 ShelfModel* model = Shell::GetInstance()->shelf_model();

Completed in 335 milliseconds

1 2