HomeSort by relevance Sort by last modified time
    Searched refs:shelf_model (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ash/shelf/
shelf_unittest.cc 8 #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()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id))
    [all...]
app_list_shelf_item_delegate.cc 7 #include "ash/shelf/shelf_model.h"
18 Shell::GetInstance()->shelf_model()->Add(app_list);
32 ShelfModel* model = Shell::GetInstance()->shelf_model();
shelf.cc 17 #include "ash/shelf/shelf_model.h"
45 Shelf::Shelf(ShelfModel* shelf_model,
53 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
158 ShelfModel* shelf_model = shelf_view_->model(); local
159 const ShelfItems& items = shelf_model->items();
160 int item_count = shelf_model->item_count();
shelf_window_watcher_unittest.cc 9 #include "ash/shelf/shelf_model.h"
32 model_ = test::ShellTestApi(Shell::GetInstance()).shelf_model();
shelf_widget.cc 14 #include "ash/shelf/shelf_model.h"
732 // This needs to be called before shelf_model().
738 new Shelf(shell->shelf_model(), shell->GetShelfDelegate(), this));
shelf_view_unittest.cc 20 #include "ash/shelf/shelf_model.h"
294 model_ = test_api.shelf_model();
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 15 #include "ash/shelf/shelf_model.h"
124 ash::ShelfModel* shelf_model() { function in class:LauncherPlatformAppBrowserTest
125 return ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
136 return shelf_model()->items()[shelf_model()->item_count() - 1];
142 return shelf_model()->items()[shelf_model()->item_count() - 1];
195 model_ = ash::test::ShellTestApi(ash::Shell::GetInstance()).shelf_model();
345 int item_count = shelf_model()->item_count();
349 ASSERT_EQ(item_count, shelf_model()->item_count())
2116 ash::ShelfModel* shelf_model = ash::Shell::GetInstance()->shelf_model(); local
    [all...]
  /external/chromium_org/ash/test/
shell_test_api.h 40 ShelfModel* shelf_model();
shell_test_api.cc 46 ShelfModel* ShellTestApi::shelf_model() { function in class:ash::test::ShellTestApi
  /external/chromium_org/ash/shell/
window_watcher.cc 10 #include "ash/shelf/shelf_model.h"
99 ShelfModel* model = Shell::GetInstance()->shelf_model();
131 ShelfModel* model = Shell::GetInstance()->shelf_model();
  /external/chromium_org/ash/
shell.h 535 ShelfModel* shelf_model() { function in class:ash::Shell
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 10 #include "ash/shelf/shelf_model.h"
44 model_ = test_api.shelf_model();
panel_layout_manager_unittest.cc 13 #include "ash/shelf/shelf_model.h"
219 ShelfModel* model = test::ShellTestApi(Shell::GetInstance()).shelf_model();
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 12 #include "ash/shelf/shelf_model.h"
52 model_ = test_api.shelf_model();
    [all...]

Completed in 659 milliseconds