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

/external/chromium_org/ash/launcher/
H A Dlauncher_unittest.cc8 #include "ash/shelf/shelf_model.h"
71 ShelfModel* shelf_model() { function in class:ash::LauncherTest
102 int index = shelf_model()->Add(item);
108 shelf_model()->RemoveItemAt(index);
122 int index = shelf_model()->Add(item);
126 item_manager()->SetShelfItemDelegate(shelf_model()->items()[index].id,
136 shelf_model()->RemoveItemAt(index);
140 LauncherID first_item_id = shelf_model()->next_id();
148 shelf_model()->Add(item);
159 shelf_model()
[all...]
H A Dlauncher.cc17 #include "ash/shelf/shelf_model.h"
45 Launcher::Launcher(ShelfModel* shelf_model, argument
53 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
158 ShelfModel* shelf_model = shelf_view_->model(); local
159 const LauncherItems& items = shelf_model->items();
160 int item_count = shelf_model->item_count();
/external/chromium_org/ash/shelf/
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_window_watcher_unittest.cc8 #include "ash/shelf/shelf_model.h"
28 model_ = test::ShellTestApi(Shell::GetInstance()).shelf_model();
H A Dshelf_widget.cc13 #include "ash/shelf/shelf_model.h"
641 // This needs to be called before shelf_model().
646 launcher_.reset(new Launcher(shell->shelf_model(),
H A Dshelf_view_unittest.cc20 #include "ash/shelf/shelf_model.h"
269 model_ = test_api.shelf_model();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc14 #include "ash/shelf/shelf_model.h"
128 ash::ShelfModel* shelf_model() { function in class:LauncherPlatformAppBrowserTest
129 return ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
140 return shelf_model()->items()[shelf_model()->item_count() - 1];
146 return shelf_model()->items()[shelf_model()->item_count() - 1];
199 model_ = ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
350 int item_count = shelf_model()->item_count();
354 ASSERT_EQ(item_count, shelf_model()
[all...]
/external/chromium_org/ash/test/
H A Dshell_test_api.h44 ShelfModel* shelf_model();
H A Dshell_test_api.cc48 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"
101 ShelfModel* model = Shell::GetInstance()->shelf_model();
132 ShelfModel* model = Shell::GetInstance()->shelf_model();
/external/chromium_org/ash/
H A Dshell.h506 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"
43 model_ = test_api.shelf_model();
H A Dpanel_layout_manager_unittest.cc13 #include "ash/shelf/shelf_model.h"
226 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"
53 model_ = test_api.shelf_model();

Completed in 636 milliseconds