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 277 selection_handle_1_(new EditingHandleView(this,
334 dragging_handle_ == selection_handle_1_.get()?
335 selection_handle_2_.get() : selection_handle_1_.get();
344 selection_handle_1_->SetVisible(false);
352 selection_handle_1_->SetSelectionRectInScreen(screen_rect_1);
353 selection_handle_1_->SetVisible(client_view_->GetBounds().Contains(r1));
388 EditingHandleView* fixed_handle = selection_handle_1_.get();
453 end_rect_1_in_screen = selection_handle_1_->selection_rect();
506 return selection_handle_1_->GetScreenPosition();
518 return selection_handle_1_->visible()
    [all...]
touch_selection_controller_impl.h 82 scoped_ptr<EditingHandleView> selection_handle_1_; member in class:views::TouchSelectionControllerImpl
touch_selection_controller_impl_unittest.cc 104 controller->SetDraggingHandle(controller->selection_handle_1_.get());

Completed in 152 milliseconds