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.cc 279 selection_handle_2_(new EditingHandleView(this,
335 selection_handle_2_.get() : selection_handle_1_.get();
345 selection_handle_2_->SetVisible(false);
355 selection_handle_2_->SetSelectionRectInScreen(screen_rect_2);
356 selection_handle_2_->SetVisible(client_view_->GetBounds().Contains(r2));
390 fixed_handle = selection_handle_2_.get();
454 end_rect_2_in_screen = selection_handle_2_->selection_rect();
510 return selection_handle_2_->GetScreenPosition();
522 return selection_handle_2_->visible();
touch_selection_controller_impl.h 83 scoped_ptr<EditingHandleView> selection_handle_2_; member in class:views::TouchSelectionControllerImpl
touch_selection_controller_impl_unittest.cc 106 controller->SetDraggingHandle(controller->selection_handle_2_.get());

Completed in 584 milliseconds