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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.h 106 scoped_ptr<EditingHandleView> selection_handle_2_; member in class:views::TouchSelectionControllerImpl
120 // |selection_handle_1_| and |selection_handle_2_|, respectively. These
touch_selection_controller_impl.cc 324 selection_handle_2_(new EditingHandleView(this,
390 non_dragging_handle = selection_handle_2_.get();
406 selection_handle_2_->SetWidgetVisible(false, false);
414 SetHandleSelectionRect(selection_handle_2_.get(), r2,
425 selection_handle_2_->SetWidgetVisible(false, quick);
611 return selection_handle_2_->GetScreenPosition();
623 return selection_handle_2_->IsWidgetVisible();
touch_selection_controller_impl_unittest.cc 149 controller->SetDraggingHandle(controller->selection_handle_2_.get());

Completed in 58 milliseconds