Home
last modified time | relevance | path

Searched refs:PointerDraggedOnButton (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/shelf/
Dalternate_app_list_button.cc68 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged()
94 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
Dapp_list_button.cc67 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged()
93 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
Dshelf_button_host.h38 virtual void PointerDraggedOnButton(views::View* view,
Dshelf_button.cc348 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event); in OnMouseDragged()
460 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event); in OnGestureEvent()
Dshelf_view.h268 virtual void PointerDraggedOnButton(views::View* view,
Dshelf_view.cc647 PointerDraggedOnButton(drag_and_drop_view, in Drag()
1588 void ShelfView::PointerDraggedOnButton(views::View* view, in PointerDraggedOnButton() function in ash::ShelfView
Dshelf_view_unittest.cc453 button_host->PointerDraggedOnButton(button, pointer, drag_event); in SimulateDrag()