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

  /external/chromium_org/ui/views/
views_touch_selection_controller_factory_aura.cc 18 return new views::TouchSelectionControllerImpl(client_view);
  /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...]
touch_selection_controller_impl_unittest.cc 116 TouchSelectionControllerImpl* impl =
117 static_cast<TouchSelectionControllerImpl*>(controller);
130 TouchSelectionControllerImpl* GetSelectionController() {
131 return static_cast<TouchSelectionControllerImpl*>(
144 TouchSelectionControllerImpl* controller = GetSelectionController();
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 171 TouchSelectionControllerImpl* controller) {
182 static bool IsQuickMenuVisible(TouchSelectionControllerImpl* controller) {
794 ShowQuickMenuImmediately(static_cast<TouchSelectionControllerImpl*>(
799 EXPECT_TRUE(IsQuickMenuVisible(static_cast<TouchSelectionControllerImpl*>(
    [all...]

Completed in 1915 milliseconds