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

/external/chromium_org/ash/test/
H A Dshelf_test_api.cc12 ShelfTestAPI::ShelfTestAPI(Shelf* shelf) function in class:ash::test::ShelfTestAPI
16 ShelfTestAPI::~ShelfTestAPI() {
19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
21 void ShelfTestAPI::SetShelfDelegate(ShelfDelegate* delegate) {
H A Dshelf_test_api.h19 class ShelfTestAPI { class in namespace:ash::test
21 explicit ShelfTestAPI(Shelf* shelf);
23 ~ShelfTestAPI();
34 DISALLOW_COPY_AND_ASSIGN(ShelfTestAPI);
/external/chromium_org/ash/shelf/
H A Dshelf.h42 class ShelfTestAPI;
112 friend class test::ShelfTestAPI;
H A Dshelf_unittest.cc48 test::ShelfTestAPI test(shelf_);
H A Dshelf_widget_unittest.cc128 test::ShelfTestAPI(shelf).shelf_view()->width());
174 test::ShelfTestAPI(shelf).shelf_view()->width());
H A Dshelf_tooltip_manager_unittest.cc48 ShelfTestAPI(controller->shelf()->shelf()).shelf_view()));
H A Dshelf_view_unittest.cc97 new ShelfViewTestAPI(ShelfTestAPI(shelf).shelf_view()));
296 shelf_view_ = ShelfTestAPI(shelf).shelf_view();
592 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).SetShelfDelegate(delegate);
1517 ShelfTestAPI(secondary_shelf).shelf_view();
1599 ShelfTestAPI(secondary_shelf).shelf_view();
H A Dshelf_layout_manager_unittest.cc816 test::ShelfTestAPI(shelf).shelf_view()->width());
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc49 ash::test::ShelfTestAPI(shelf).shelf_view();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1613 ash::test::ShelfTestAPI(shelf_).shelf_view());
1758 ash::test::ShelfTestAPI(secondary_shelf).shelf_view());
1838 ash::test::ShelfTestAPI(shelf_).shelf_view());
1941 ash::test::ShelfTestAPI(shelf_).shelf_view());
2043 ash::test::ShelfTestAPI(shelf_).shelf_view());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc52 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
/external/chromium_org/ash/wm/
H A Dwindow_cycle_controller_unittest.cc48 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc81 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc260 return test::ShelfTestAPI(shelf).shelf_view();

Completed in 248 milliseconds