Searched refs:shelf_view (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_test_api.cc19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; } function in class:ash::test::ShelfTestAPI
H A Dshelf_test_api.h25 // An accessor for |shelf_view|.
26 ShelfView* shelf_view();
H A Dshelf_view_test_api.h27 explicit ShelfViewTestAPI(ShelfView* shelf_view);
58 // An accessor for |shelf_view|.
59 ShelfView* shelf_view() { return shelf_view_; } function in class:ash::test::ShelfViewTestAPI
H A Dshelf_view_test_api.cc11 #include "ash/shelf/shelf_view.h"
40 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view) argument
41 : shelf_view_(shelf_view) {}
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.h33 // Shows an bubble pointing to |anchor| with |shelf_view| as its content.
34 void Show(views::View* anchor, ShelfView* shelf_view);
43 ShelfView* shelf_view() { return shelf_view_; } function in class:ash::OverflowBubble
H A Doverflow_bubble.cc10 #include "ash/shelf/shelf_view.h"
32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { argument
36 bubble_->InitOverflowBubble(anchor, shelf_view);
37 shelf_view_ = shelf_view;
H A Dshelf_unittest.cc9 #include "ash/shelf/shelf_view.h"
49 shelf_view_ = test.shelf_view();
65 ShelfView* shelf_view() { function in class:ash::ShelfTest
H A Doverflow_bubble_view.h28 void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
H A Dshelf_tooltip_manager.h42 ShelfView* shelf_view);
H A Doverflow_bubble_view.cc12 #include "ash/shelf/shelf_view.h"
43 ShelfView* shelf_view) {
60 shelf_view_ = shelf_view;
42 InitOverflowBubble(views::View* anchor, ShelfView* shelf_view) argument
H A Dshelf_widget_unittest.cc12 #include "ash/shelf/shelf_view.h"
128 test::ShelfTestAPI(shelf).shelf_view()->width());
174 test::ShelfTestAPI(shelf).shelf_view()->width());
H A Dshelf_tooltip_manager.cc8 #include "ash/shelf/shelf_view.h"
138 ShelfView* shelf_view)
143 shelf_view_(shelf_view),
136 ShelfTooltipManager( ShelfLayoutManager* shelf_layout_manager, ShelfView* shelf_view) argument
H A Dshelf_view_unittest.cc5 #include "ash/shelf/shelf_view.h"
97 new ShelfViewTestAPI(ShelfTestAPI(shelf).shelf_view()));
296 shelf_view_ = ShelfTestAPI(shelf).shelf_view();
500 test_api_->overflow_bubble()->shelf_view());
1414 test_api_->overflow_bubble()->shelf_view());
1485 test_api_->overflow_bubble()->shelf_view());
1517 ShelfTestAPI(secondary_shelf).shelf_view();
1535 test_api_->overflow_bubble()->shelf_view());
1556 test_api_for_secondary.overflow_bubble()->shelf_view());
1599 ShelfTestAPI(secondary_shelf).shelf_view();
[all...]
H A Dshelf_tooltip_manager_unittest.cc48 ShelfTestAPI(controller->shelf()->shelf()).shelf_view()));
H A Dshelf_view.cc5 #include "ash/shelf/shelf_view.h"
816 UpdateOverflowRange(overflow_bubble_->shelf_view());
1480 UpdateOverflowRange(overflow_bubble_->shelf_view());
H A Dshelf_layout_manager_unittest.cc16 #include "ash/shelf/shelf_view.h"
816 test::ShelfTestAPI(shelf).shelf_view()->width());
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc6 #include "ash/shelf/shelf_view.h"
48 const ash::ShelfView* shelf_view = local
49 ash::test::ShelfTestAPI(shelf).shelf_view();
50 const views::ViewModel* view_model = shelf_view->view_model_for_test();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc17 #include "ash/shelf/shelf_view.h"
1613 ash::test::ShelfTestAPI(shelf_).shelf_view());
1622 test.shelf_view()->GetAppListButtonView()->GetBoundsInScreen();
1654 const views::ViewModel* vm_shelf = test.shelf_view()->view_model_for_test();
1758 ash::test::ShelfTestAPI(secondary_shelf).shelf_view());
1767 test.shelf_view()->GetAppListButtonView()->GetBoundsInScreen();
1805 const views::ViewModel* vm_shelf = test.shelf_view()->view_model_for_test();
1838 ash::test::ShelfTestAPI(shelf_).shelf_view());
1941 ash::test::ShelfTestAPI(shelf_).shelf_view());
1949 test.shelf_view()
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc16 #include "ash/shelf/shelf_view.h"
213 // Clicks the shelf items on |shelf_view| that is associated with given
215 void ClickShelfItemForWindow(ShelfView* shelf_view, aura::Window* window) { argument
216 test::ShelfViewTestAPI test_api(shelf_view);
246 ShelfView* shelf_view = GetShelfView(Shelf::ForWindow(window)); local
247 test::ShelfViewTestAPI test_api(shelf_view);
260 return 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()));

Completed in 2534 milliseconds