Searched refs:SetHandleSelectionRect (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/views/touchui/ |
D | touch_selection_controller_impl.cc | 400 SetHandleSelectionRect(non_dragging_handle, r1, screen_rect_1_clipped); in SelectionChanged() 409 SetHandleSelectionRect(cursor_handle_.get(), r1, screen_rect_1_clipped); in SelectionChanged() 414 SetHandleSelectionRect(selection_handle_1_.get(), r1, in SelectionChanged() 416 SetHandleSelectionRect(selection_handle_2_.get(), r2, in SelectionChanged() 473 void TouchSelectionControllerImpl::SetHandleSelectionRect( in SetHandleSelectionRect() function in views::TouchSelectionControllerImpl
|
D | touch_selection_controller_impl.h | 60 void SetHandleSelectionRect(EditingHandleView* handle, const gfx::Rect& rect,
|