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 112 scoped_ptr<EditingHandleView> selection_handle_2_; member in class:views::TouchSelectionControllerImpl
126 // |selection_handle_1_| and |selection_handle_2_|, respectively. These
touch_selection_controller_impl.cc 324 selection_handle_2_(new EditingHandleView(this,
392 non_dragging_handle = selection_handle_2_.get();
408 selection_handle_2_->SetWidgetVisible(false, false);
416 SetHandleSelectionRect(selection_handle_2_.get(), r2,
427 selection_handle_2_->SetWidgetVisible(false, quick);
615 return selection_handle_2_->GetScreenPosition();
627 return selection_handle_2_->IsWidgetVisible();
touch_selection_controller_impl_unittest.cc 149 controller->SetDraggingHandle(controller->selection_handle_2_.get());

Completed in 51 milliseconds