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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 281 cursor_handle_(new EditingHandleView(this,
331 if (dragging_handle_ != cursor_handle_.get()) {
346 cursor_handle_->SetSelectionRectInScreen(screen_rect_1);
347 cursor_handle_->SetVisible(true);
351 cursor_handle_->SetVisible(false);
382 if (dragging_handle_ == cursor_handle_.get()) {
449 if (cursor_handle_->IsWidgetVisible()) {
450 end_rect_1_in_screen = cursor_handle_->selection_rect();
514 return cursor_handle_->GetScreenPosition();
526 return cursor_handle_->visible()
    [all...]
touch_selection_controller_impl.h 84 scoped_ptr<EditingHandleView> cursor_handle_; member in class:views::TouchSelectionControllerImpl

Completed in 41 milliseconds