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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 23 class VIEWS_EXPORT TouchSelectionControllerImpl
32 explicit TouchSelectionControllerImpl(
35 virtual ~TouchSelectionControllerImpl();
113 base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_;
129 DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerImpl);
touch_selection_controller_impl.cc 129 typedef TouchSelectionControllerImpl::EditingHandleView EditingHandleView;
149 class TouchSelectionControllerImpl::EditingHandleView
152 EditingHandleView(TouchSelectionControllerImpl* controller,
283 TouchSelectionControllerImpl* controller_;
318 TouchSelectionControllerImpl::TouchSelectionControllerImpl(
337 TouchSelectionControllerImpl::~TouchSelectionControllerImpl() {
344 void TouchSelectionControllerImpl::SelectionChanged() {
419 bool TouchSelectionControllerImpl::IsHandleDragInProgress()
    [all...]

Completed in 608 milliseconds