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

  /external/chromium_org/ash/test/
shelf_test_api.cc 19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; } function in class:ash::test::ShelfTestAPI
shelf_test_api.h 25 // An accessor for |shelf_view|.
26 ShelfView* shelf_view();
shelf_view_test_api.h 27 explicit ShelfViewTestAPI(ShelfView* shelf_view);
58 // An accessor for |shelf_view|.
59 ShelfView* shelf_view() { return shelf_view_; } function in class:ash::test::ShelfViewTestAPI
shelf_view_test_api.cc 11 #include "ash/shelf/shelf_view.h"
40 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view)
41 : shelf_view_(shelf_view) {}
  /external/chromium_org/ash/shelf/
overflow_bubble.h 33 // 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
overflow_bubble.cc 10 #include "ash/shelf/shelf_view.h"
32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
36 bubble_->InitOverflowBubble(anchor, shelf_view);
37 shelf_view_ = shelf_view;
overflow_bubble_view.h 28 void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
shelf_unittest.cc 9 #include "ash/shelf/shelf_view.h"
49 shelf_view_ = test.shelf_view();
65 ShelfView* shelf_view() { function in class:ash::ShelfTest
shelf_tooltip_manager.h 42 ShelfView* shelf_view);
overflow_bubble_view.cc 12 #include "ash/shelf/shelf_view.h"
43 ShelfView* shelf_view) {
60 shelf_view_ = shelf_view;
shelf_widget_unittest.cc 12 #include "ash/shelf/shelf_view.h"
128 test::ShelfTestAPI(shelf).shelf_view()->width());
174 test::ShelfTestAPI(shelf).shelf_view()->width());
shelf_tooltip_manager.cc 8 #include "ash/shelf/shelf_view.h"
138 ShelfView* shelf_view)
143 shelf_view_(shelf_view),
shelf_view_unittest.cc 5 #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());
    [all...]
shelf_tooltip_manager_unittest.cc 48 ShelfTestAPI(controller->shelf()->shelf()).shelf_view()));
shelf_view.cc 5 #include "ash/shelf/shelf_view.h"
816 UpdateOverflowRange(overflow_bubble_->shelf_view());
    [all...]
shelf_layout_manager_unittest.cc 16 #include "ash/shelf/shelf_view.h"
816 test::ShelfTestAPI(shelf).shelf_view()->width());
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 6 #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/
chrome_launcher_controller_browsertest.cc 17 #include "ash/shelf/shelf_view.h"
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 16 #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) {
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();
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 52 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
    [all...]
  /external/chromium_org/ash/wm/
window_cycle_controller_unittest.cc 48 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 81 test::ShelfTestAPI(Shelf::ForPrimaryDisplay()).shelf_view()));
    [all...]

Completed in 333 milliseconds