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,
390 EditingHandleView* non_dragging_handle = selection_handle_1_.get();
391 if (dragging_handle_ == selection_handle_1_) {
407 selection_handle_1_->SetWidgetVisible(false, false);
414 SetHandleSelectionRect(selection_handle_1_.get(), r1,
426 selection_handle_1_->SetWidgetVisible(false, quick);
453 if (selection_handle_1_ == dragging_handle_)
611 return selection_handle_1_->GetScreenPosition();
623 return selection_handle_1_->IsWidgetVisible();
touch_selection_controller_impl.h 111 scoped_ptr<EditingHandleView> selection_handle_1_; member in class:views::TouchSelectionControllerImpl
126 // |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 71 milliseconds