Searched refs:shelf_model (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_unittest.cc8 #include "ash/shelf/shelf_model.h"
69 ShelfModel* shelf_model() { function in class:ash::ShelfTest
100 int index = shelf_model()->Add(item);
106 shelf_model()->RemoveItemAt(index);
120 int index = shelf_model()->Add(item);
124 item_manager()->SetShelfItemDelegate(shelf_model()->items()[index].id,
134 shelf_model()->RemoveItemAt(index);
138 ShelfID first_item_id = shelf_model()->next_id();
146 shelf_model()->Add(item);
157 shelf_model()
[all...]
H A Dapp_list_shelf_item_delegate.cc7 #include "ash/shelf/shelf_model.h"
18 Shell::GetInstance()->shelf_model()->Add(app_list);
32 ShelfModel* model = Shell::GetInstance()->shelf_model();
H A Dshelf.cc17 #include "ash/shelf/shelf_model.h"
43 Shelf::Shelf(ShelfModel* shelf_model, argument
51 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
155 ShelfModel* shelf_model = shelf_view_->model(); local
156 const ShelfItems& items = shelf_model->items();
157 int item_count = shelf_model->item_count();
H A Dshelf_window_watcher_unittest.cc9 #include "ash/shelf/shelf_model.h"
32 model_ = test::ShellTestApi(Shell::GetInstance()).shelf_model();
H A Dshelf_widget.cc14 #include "ash/shelf/shelf_model.h"
770 // This needs to be called before shelf_model().
776 new Shelf(shell->shelf_model(), shell->GetShelfDelegate(), this));
H A Dshelf_view_unittest.cc21 #include "ash/shelf/shelf_model.h"
303 model_ = test_api.shelf_model();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc12 #include "ash/shelf/shelf_model.h"
125 ash::ShelfModel* shelf_model() { function in class:LauncherPlatformAppBrowserTest
126 return ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
137 return shelf_model()->items()[shelf_model()->item_count() - 1];
143 return shelf_model()->items()[shelf_model()->item_count() - 1];
196 model_ = ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
346 int item_count = shelf_model()->item_count();
350 ASSERT_EQ(item_count, shelf_model()
2116 ash::ShelfModel* shelf_model = ash::Shell::GetInstance()->shelf_model(); local
[all...]
/external/chromium_org/ash/test/
H A Dshell_test_api.h41 ShelfModel* shelf_model();
H A Dshell_test_api.cc47 ShelfModel* ShellTestApi::shelf_model() { function in class:ash::test::ShellTestApi
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc10 #include "ash/shelf/shelf_model.h"
99 ShelfModel* model = Shell::GetInstance()->shelf_model();
130 ShelfModel* model = Shell::GetInstance()->shelf_model();
/external/chromium_org/ash/
H A Dshell.h542 ShelfModel* shelf_model() { function in class:ash::Shell
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc10 #include "ash/shelf/shelf_model.h"
44 model_ = test_api.shelf_model();
H A Dpanel_layout_manager_unittest.cc13 #include "ash/shelf/shelf_model.h"
219 ShelfModel* model = test::ShellTestApi(Shell::GetInstance()).shelf_model();
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc12 #include "ash/shelf/shelf_model.h"
52 model_ = test_api.shelf_model();

Completed in 2543 milliseconds