Searched refs:PointerDraggedOnButton (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ash/shelf/ |
D | alternate_app_list_button.cc | 68 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged() 94 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
|
D | app_list_button.cc | 67 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged() 93 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
|
D | shelf_button_host.h | 38 virtual void PointerDraggedOnButton(views::View* view,
|
D | shelf_button.cc | 348 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged() 460 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
|
D | shelf_view.h | 268 virtual void PointerDraggedOnButton(views::View* view,
|
D | shelf_view.cc | 647 PointerDraggedOnButton(drag_and_drop_view, in Drag() 1588 void ShelfView::PointerDraggedOnButton(views::View* view, in PointerDraggedOnButton() function in ash::ShelfView
|
D | shelf_view_unittest.cc | 453 button_host->PointerDraggedOnButton(button, pointer, drag_event); in SimulateDrag()
|