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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 19 class VIEWS_EXPORT TouchSelectionControllerImpl
25 explicit TouchSelectionControllerImpl(
28 virtual ~TouchSelectionControllerImpl();
90 base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_;
98 DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerImpl);
touch_selection_controller_impl.cc 130 class TouchSelectionControllerImpl::EditingHandleView
133 explicit EditingHandleView(TouchSelectionControllerImpl* controller,
260 TouchSelectionControllerImpl* controller_;
273 TouchSelectionControllerImpl::TouchSelectionControllerImpl(
291 TouchSelectionControllerImpl::~TouchSelectionControllerImpl() {
297 void TouchSelectionControllerImpl::SelectionChanged() {
360 bool TouchSelectionControllerImpl::IsHandleDragInProgress() {
364 void TouchSelectionControllerImpl::SetDraggingHandle
    [all...]
touch_selection_controller_impl_unittest.cc 95 TouchSelectionControllerImpl* GetSelectionController() {
96 return static_cast<TouchSelectionControllerImpl*>(
101 TouchSelectionControllerImpl* controller = GetSelectionController();

Completed in 63 milliseconds