Searched refs:ShelfView (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_test_api.h14 class ShelfView;
26 ShelfView* shelf_view();
H A Dshelf_test_api.cc19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
H A Dshelf_view_test_api.h28 class ShelfView;
32 // Use the api in this class to test ShelfView.
35 explicit ShelfViewTestAPI(ShelfView* shelf_view);
67 ShelfView* shelf_view() { return shelf_view_; }
81 // Wrapper for ShelfView::ButtonPressed.
84 // Wrapper for ShelfView::SameDragType.
100 ShelfView* shelf_view_;
H A Dshelf_view_test_api.cc40 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view)
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.h24 class ShelfView;
34 void Show(views::View* anchor, ShelfView* shelf_view);
43 ShelfView* shelf_view() { return shelf_view_; }
57 views::View* anchor_; // Owned by ShelfView.
58 ShelfView* shelf_view_; // Owned by |bubble_|.
H A Doverflow_bubble_view.h15 class ShelfView;
21 // OverflowBubbleView hosts a ShelfView to display overflown items.
28 void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
57 ShelfView* shelf_view_; // Owned by views hierarchy.
H A Dshelf_view.cc316 class ShelfView::FadeOutAnimationDelegate : public gfx::AnimationDelegate {
318 FadeOutAnimationDelegate(ShelfView* host, views::View* view)
335 ShelfView* shelf_view_;
344 class ShelfView::StartFadeAnimationDelegate : public gfx::AnimationDelegate {
346 StartFadeAnimationDelegate(ShelfView* host,
361 ShelfView* shelf_view_;
367 ShelfView::ShelfView(ShelfModel* model, function in class:ash::ShelfView
403 ShelfView::~ShelfView() {
[all...]
H A Dshelf_tooltip_manager.h29 class ShelfView;
42 ShelfView* shelf_view);
110 ShelfView* shelf_view_;
H A Dshelf.h38 class ShelfView;
114 // ShelfView used to display icons.
115 ShelfView* shelf_view_;
H A Dshelf_unittest.cc27 using ash::ShelfView;
65 ShelfView* shelf_view() {
83 ShelfView* shelf_view_;
H A Dshelf_view.h54 class ASH_EXPORT ShelfView : public views::View, class in namespace:ash
63 ShelfView(ShelfModel* model,
66 virtual ~ShelfView();
156 // Returns true when this ShelfView is used for Overflow Bubble.
245 void UpdateOverflowRange(ShelfView* overflow_view) const;
434 // True when this ShelfView is used for Overflow Bubble.
437 // Holds a pointer to main ShelfView when a ShelfView is in overflow mode.
438 ShelfView* main_shelf_;
443 DISALLOW_COPY_AND_ASSIGN(ShelfView);
[all...]
H A Doverflow_bubble.cc32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
H A Dshelf.cc41 const char Shelf::kNativeViewName[] = "ShelfView";
50 shelf_view_ = new ShelfView(
H A Doverflow_bubble_view.cc30 // Padding space in pixels between ShelfView's left/top edge to its contents.
43 ShelfView* shelf_view) {
H A Dshelf_tooltip_manager.cc138 ShelfView* shelf_view)
H A Dshelf_view_unittest.cc222 // No animation happens for ShelfView bounds change.
228 // ShelfView tests.
626 ShelfView* shelf_view_;
943 // ShelfView should be big enough to hold at least 3 new buttons.
1311 << "ShelfView tries to hide on button " << i;
1362 << "ShelfView tries to hide on button " << i;
1563 ShelfView* shelf_view_for_secondary =
1645 ShelfView* shelf_view_for_secondary =
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc48 const ash::ShelfView* shelf_view =
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc215 void ClickShelfItemForWindow(ShelfView* shelf_view, aura::Window* window) {
246 ShelfView* shelf_view = GetShelfView(Shelf::ForWindow(window));
259 ShelfView* GetShelfView(Shelf* shelf) {
604 ShelfView* shelf_view_1st = GetShelfView(Shelf::ForPrimaryDisplay());
605 ShelfView* shelf_view_2nd =

Completed in 264 milliseconds