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

  /external/chromium_org/ash/shelf/
alternate_app_list_button.h 16 class ShelfButtonHost;
28 ShelfButtonHost* host,
48 ShelfButtonHost* host_;
app_list_button.h 13 class ShelfButtonHost;
18 AppListButton(views::ButtonListener* listener, ShelfButtonHost* host);
36 ShelfButtonHost* host_;
alternate_app_list_button.cc 37 ShelfButtonHost* host,
54 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
60 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
64 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
70 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
92 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
96 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
101 host_->PointerReleasedOnButton(this, ShelfButtonHost::TOUCH, false);
shelf_button_host.h 24 class ASH_EXPORT ShelfButtonHost {
61 virtual ~ShelfButtonHost() {}
shelf_button.h 16 class ShelfButtonHost;
44 ShelfButtonHost* host,
73 ShelfButtonHost* host,
122 ShelfButtonHost* host() const { return host_; }
138 ShelfButtonHost* host_;
app_list_button.cc 30 ShelfButtonHost* host)
93 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
99 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
103 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
109 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
shelf_view_unittest.cc 399 internal::ShelfButtonHost::Pointer pointer,
401 internal::ShelfButtonHost* button_host = shelf_view_;
410 views::View* SimulateClick(internal::ShelfButtonHost::Pointer pointer,
412 internal::ShelfButtonHost* button_host = shelf_view_;
415 internal::ShelfButtonHost::MOUSE,
420 views::View* SimulateDrag(internal::ShelfButtonHost::Pointer pointer,
423 internal::ShelfButtonHost* button_host = shelf_view_;
946 internal::ShelfButtonHost* button_host = shelf_view_;
    [all...]
shelf_button.cc 224 ShelfButtonHost* host,
232 ShelfButtonHost* host,
357 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
363 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, false);
368 host_->PointerReleasedOnButton(this, ShelfButtonHost::MOUSE, true);
374 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
492 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
496 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
501 host_->PointerReleasedOnButton(this, ShelfButtonHost::TOUCH, false);
shelf_view.h 58 public ShelfButtonHost,
275 // Overridden from ShelfButtonHost:
shelf_view.cc 621 ShelfButtonHost::DRAG_AND_DROP,
644 ShelfButtonHost::DRAG_AND_DROP,
656 drag_and_drop_view, ShelfButtonHost::DRAG_AND_DROP, cancel);
    [all...]

Completed in 643 milliseconds