ShelfModel         32 ash/shelf/app_list_shelf_item_delegate.cc   ShelfModel* model = Shell::GetInstance()->shelf_model();
ShelfModel         34 ash/shelf/app_list_shelf_item_delegate.cc   return model->status() == ShelfModel::STATUS_LOADING ?
ShelfModel         45 ash/shelf/shelf.cc Shelf::Shelf(ShelfModel* shelf_model,
ShelfModel        157 ash/shelf/shelf.cc   ShelfModel* shelf_model = shelf_view_->model();
ShelfModel         37 ash/shelf/shelf.h class ShelfModel;
ShelfModel         50 ash/shelf/shelf.h   Shelf(ShelfModel* model, ShelfDelegate* delegate, ShelfWidget* widget);
ShelfModel         15 ash/shelf/shelf_item_delegate_manager.cc ShelfItemDelegateManager::ShelfItemDelegateManager(ShelfModel* model)
ShelfModel         18 ash/shelf/shelf_item_delegate_manager.h class ShelfModel;
ShelfModel         31 ash/shelf/shelf_item_delegate_manager.h   explicit ShelfItemDelegateManager(ShelfModel* model);
ShelfModel         58 ash/shelf/shelf_item_delegate_manager.h   ShelfModel* model_;
ShelfModel         67 ash/shelf/shelf_model.cc ShelfModel::ShelfModel() : next_id_(1), status_(STATUS_NORMAL) {
ShelfModel         70 ash/shelf/shelf_model.cc ShelfModel::~ShelfModel() {
ShelfModel         73 ash/shelf/shelf_model.cc int ShelfModel::Add(const ShelfItem& item) {
ShelfModel         77 ash/shelf/shelf_model.cc int ShelfModel::AddAt(int index, const ShelfItem& item) {
ShelfModel         85 ash/shelf/shelf_model.cc void ShelfModel::RemoveItemAt(int index) {
ShelfModel         96 ash/shelf/shelf_model.cc void ShelfModel::Move(int index, int target_index) {
ShelfModel        107 ash/shelf/shelf_model.cc void ShelfModel::Set(int index, const ShelfItem& item) {
ShelfModel        133 ash/shelf/shelf_model.cc int ShelfModel::ItemIndexByID(ShelfID id) const {
ShelfModel        138 ash/shelf/shelf_model.cc int ShelfModel::GetItemIndexForType(ShelfItemType type) {
ShelfModel        146 ash/shelf/shelf_model.cc ShelfItems::const_iterator ShelfModel::ItemByID(int id) const {
ShelfModel        155 ash/shelf/shelf_model.cc int ShelfModel::FirstRunningAppIndex() const {
ShelfModel        166 ash/shelf/shelf_model.cc int ShelfModel::FirstPanelIndex() const {
ShelfModel        173 ash/shelf/shelf_model.cc void ShelfModel::SetStatus(Status status) {
ShelfModel        181 ash/shelf/shelf_model.cc void ShelfModel::AddObserver(ShelfModelObserver* observer) {
ShelfModel        185 ash/shelf/shelf_model.cc void ShelfModel::RemoveObserver(ShelfModelObserver* observer) {
ShelfModel        189 ash/shelf/shelf_model.cc int ShelfModel::ValidateInsertionIndex(ShelfItemType type, int index) const {
ShelfModel         18 ash/shelf/shelf_model.h class ASH_EXPORT ShelfModel {
ShelfModel         26 ash/shelf/shelf_model.h   ShelfModel();
ShelfModel         27 ash/shelf/shelf_model.h   ~ShelfModel();
ShelfModel         96 ash/shelf/shelf_model.h   DISALLOW_COPY_AND_ASSIGN(ShelfModel);
ShelfModel         84 ash/shelf/shelf_model_unittest.cc     model_.reset(new ShelfModel);
ShelfModel        101 ash/shelf/shelf_model_unittest.cc   scoped_ptr<ShelfModel> model_;
ShelfModel         24 ash/shelf/shelf_navigator.cc int GetNextActivatedItemIndex(const ShelfModel& model,
ShelfModel         13 ash/shelf/shelf_navigator.h class ShelfModel;
ShelfModel         18 ash/shelf/shelf_navigator.h ASH_EXPORT int GetNextActivatedItemIndex(const ShelfModel& model,
ShelfModel         25 ash/shelf/shelf_navigator_unittest.cc     model_.reset(new ShelfModel);
ShelfModel         64 ash/shelf/shelf_navigator_unittest.cc   const ShelfModel& model() { return *model_.get(); }
ShelfModel         67 ash/shelf/shelf_navigator_unittest.cc   scoped_ptr<ShelfModel> model_;
ShelfModel         69 ash/shelf/shelf_unittest.cc   ShelfModel* shelf_model() {
ShelfModel         84 ash/shelf/shelf_unittest.cc   ShelfModel* shelf_model_;
ShelfModel        378 ash/shelf/shelf_view.cc ShelfView::ShelfView(ShelfModel* model,
ShelfModel       1681 ash/shelf/shelf_view.cc   if (model_->status() == ShelfModel::STATUS_LOADING)
ShelfModel         33 ash/shelf/shelf_view.h class ShelfModel;
ShelfModel         60 ash/shelf/shelf_view.h   ShelfView(ShelfModel* model,
ShelfModel         69 ash/shelf/shelf_view.h   ShelfModel* model() { return model_; }
ShelfModel        334 ash/shelf/shelf_view.h   ShelfModel* model_;
ShelfModel        205 ash/shelf/shelf_view_unittest.cc   explicit TestShelfDelegateForShelfView(ShelfModel* model)
ShelfModel        251 ash/shelf/shelf_view_unittest.cc   ShelfModel* model_;
ShelfModel        570 ash/shelf/shelf_view_unittest.cc   ShelfModel* model_;
ShelfModel        107 ash/shelf/shelf_window_watcher.cc     ShelfModel* model,
ShelfModel         29 ash/shelf/shelf_window_watcher.h class ShelfModel;
ShelfModel         38 ash/shelf/shelf_window_watcher.h   ShelfWindowWatcher(ShelfModel* model,
ShelfModel        123 ash/shelf/shelf_window_watcher.h   ShelfModel* model_;
ShelfModel         19 ash/shelf/shelf_window_watcher_item_delegate.cc     aura::Window* window, ShelfModel* model)
ShelfModel         17 ash/shelf/shelf_window_watcher_item_delegate.h class ShelfModel;
ShelfModel         22 ash/shelf/shelf_window_watcher_item_delegate.h   ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_);
ShelfModel         40 ash/shelf/shelf_window_watcher_item_delegate.h   ShelfModel* model_;
ShelfModel         49 ash/shelf/shelf_window_watcher_unittest.cc   ShelfModel* model_;
ShelfModel        547 ash/shell.cc       shelf_model_.reset(new ShelfModel);
ShelfModel        128 ash/shell.h    class ShelfModel;
ShelfModel        529 ash/shell.h      ShelfModel* shelf_model() {
ShelfModel        637 ash/shell.h      scoped_ptr<ShelfModel> shelf_model_;
ShelfModel        135 ash/shell/shell_delegate_impl.cc ShelfDelegate* ShellDelegateImpl::CreateShelfDelegate(ShelfModel* model) {
ShelfModel         53 ash/shell/shell_delegate_impl.h   virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) OVERRIDE;
ShelfModel         99 ash/shell/window_watcher.cc   ShelfModel* model = Shell::GetInstance()->shelf_model();
ShelfModel        131 ash/shell/window_watcher.cc       ShelfModel* model = Shell::GetInstance()->shelf_model();
ShelfModel         49 ash/shell_delegate.h class ShelfModel;
ShelfModel        118 ash/shell_delegate.h   virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) = 0;
ShelfModel         46 ash/test/shell_test_api.cc ShelfModel* ShellTestApi::shelf_model() {
ShelfModel         22 ash/test/shell_test_api.h class ShelfModel;
ShelfModel         40 ash/test/shell_test_api.h   ShelfModel* shelf_model();
ShelfModel         22 ash/test/test_shelf_delegate.cc TestShelfDelegate::TestShelfDelegate(ShelfModel* model)
ShelfModel         17 ash/test/test_shelf_delegate.h class ShelfModel;
ShelfModel         25 ash/test/test_shelf_delegate.h   explicit TestShelfDelegate(ShelfModel* model);
ShelfModel         52 ash/test/test_shelf_delegate.h   ShelfModel* model_;
ShelfModel        115 ash/test/test_shell_delegate.cc ShelfDelegate* TestShellDelegate::CreateShelfDelegate(ShelfModel* model) {
ShelfModel         49 ash/test/test_shell_delegate.h   virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) OVERRIDE;
ShelfModel        250 ash/wm/dock/docked_window_resizer_unittest.cc   ShelfModel* model_;
ShelfModel        217 ash/wm/panels/panel_layout_manager_unittest.cc     ShelfModel* model = test::ShellTestApi(Shell::GetInstance()).shelf_model();
ShelfModel        185 ash/wm/panels/panel_window_resizer_unittest.cc   ShelfModel* model_;
ShelfModel        116 chrome/browser/ui/ash/chrome_shell_delegate.cc     ash::ShelfModel* model) {
ShelfModel         67 chrome/browser/ui/ash/chrome_shell_delegate.h       ash::ShelfModel* model) OVERRIDE;
ShelfModel         56 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc   ash::ShelfModel* model = launcher_controller()->model();
ShelfModel        314 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc                                                    ash::ShelfModel* model)
ShelfModel        432 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfModel* model) {
ShelfModel        876 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfModel* ChromeLauncherController::model() {
ShelfModel       1201 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     model_->SetStatus(ash::ShelfModel::STATUS_LOADING);
ShelfModel       1203 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     model_->SetStatus(ash::ShelfModel::STATUS_NORMAL);
ShelfModel         51 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h class ShelfModel;
ShelfModel        137 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ChromeLauncherController(Profile* profile, ash::ShelfModel* model);
ShelfModel        145 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h                                                   ash::ShelfModel* model);
ShelfModel        248 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfModel* model();
ShelfModel        537 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfModel* model_;
ShelfModel        125 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfModel* shelf_model() {
ShelfModel        301 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfModel* model_;
ShelfModel        278 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     model_.reset(new ash::ShelfModel);
ShelfModel        608 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   scoped_ptr<ash::ShelfModel> model_;
ShelfModel       2768 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   model_.reset(new ash::ShelfModel);
ShelfModel       2823 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   model_.reset(new ash::ShelfModel);
ShelfModel         22 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc   TestChromeLauncherController(Profile* profile, ash::ShelfModel* model)
ShelfModel         64 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc   ash::ShelfModel shelf_model_;