Searched defs:shelf_view (Results 1 - 10 of 10) 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_view_test_api.h35 explicit ShelfViewTestAPI(ShelfView* shelf_view);
66 // An accessor for |shelf_view|.
67 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.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_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
/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/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();

Completed in 1474 milliseconds