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