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

  /external/chromium_org/ash/test/
shell_test_api.cc 47 ShelfModel* ShellTestApi::shelf_model() { function in class:ash::test::ShellTestApi
  /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...]
shelf.cc 17 #include "ash/shelf/shelf_model.h"
43 Shelf::Shelf(ShelfModel* shelf_model,
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();
  /external/chromium_org/ash/
shell.h 542 ShelfModel* shelf_model() { function in class:ash::Shell
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 12 #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()->item_count())
2116 ash::ShelfModel* shelf_model = ash::Shell::GetInstance()->shelf_model(); local
    [all...]

Completed in 82 milliseconds