Home
last modified time | relevance | path

Searched refs:SetDraggingHandle (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl.h48 void SetDraggingHandle(EditingHandleView* handle);
Dtouch_selection_controller_impl.cc213 controller_->SetDraggingHandle(this); in OnGestureEvent()
226 controller_->SetDraggingHandle(NULL); in OnGestureEvent()
431 void TouchSelectionControllerImpl::SetDraggingHandle( in SetDraggingHandle() function in views::TouchSelectionControllerImpl
Dtouch_selection_controller_impl_unittest.cc147 controller->SetDraggingHandle(controller->selection_handle_1_.get()); in SimulateSelectionHandleDrag()
149 controller->SetDraggingHandle(controller->selection_handle_2_.get()); in SimulateSelectionHandleDrag()