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

  /external/chromium_org/ash/shelf/
shelf_button_host.h 38 virtual void PointerDraggedOnButton(views::View* view,
alternate_app_list_button.cc 68 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
94 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
app_list_button.cc 67 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
93 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
shelf_button.cc 348 host_->PointerDraggedOnButton(this, ShelfButtonHost::MOUSE, event);
460 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
shelf_view.h 268 virtual void PointerDraggedOnButton(views::View* view,
shelf_view.cc 647 PointerDraggedOnButton(drag_and_drop_view,
    [all...]
shelf_view_unittest.cc 453 button_host->PointerDraggedOnButton(button, pointer, drag_event);
    [all...]

Completed in 52 milliseconds