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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 322 selection_handle_1_(new EditingHandleView(this,
388 EditingHandleView* non_dragging_handle = selection_handle_1_.get();
389 if (dragging_handle_ == selection_handle_1_) {
405 selection_handle_1_->SetWidgetVisible(false, false);
412 SetHandleSelectionRect(selection_handle_1_.get(), r1,
424 selection_handle_1_->SetWidgetVisible(false, quick);
454 if (selection_handle_1_ == dragging_handle_)
607 return selection_handle_1_->GetScreenPosition();
619 return selection_handle_1_->IsWidgetVisible();
touch_selection_controller_impl.h 105 scoped_ptr<EditingHandleView> selection_handle_1_; member in class:views::TouchSelectionControllerImpl
120 // |selection_handle_1_| and |selection_handle_2_|, respectively. These
touch_selection_controller_impl_unittest.cc 147 controller->SetDraggingHandle(controller->selection_handle_1_.get());

Completed in 153 milliseconds