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 24 class VIEWS_EXPORT TouchSelectionControllerImpl
34 explicit TouchSelectionControllerImpl(
37 virtual ~TouchSelectionControllerImpl();
119 base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_;
135 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(
338 TouchSelectionControllerImpl::~TouchSelectionControllerImpl() {
346 void TouchSelectionControllerImpl::SelectionChanged() {
421 bool TouchSelectionControllerImpl::IsHandleDragInProgress()
    [all...]

Completed in 403 milliseconds