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 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...]
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 175 TouchSelectionControllerImpl* controller) {
183 static bool IsQuickMenuVisible(TouchSelectionControllerImpl* controller) {
771 ShowQuickMenuImmediately(static_cast<TouchSelectionControllerImpl*>(
776 EXPECT_TRUE(IsQuickMenuVisible(static_cast<TouchSelectionControllerImpl*>(
    [all...]

Completed in 52 milliseconds