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

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc 82 end_selection_handle_->is_dragging());
94 end_orientation_ = end_selection_handle_->orientation();
122 DCHECK(end_selection_handle_);
126 if (end_selection_handle_->is_dragging())
127 return end_selection_handle_->WillHandleTouchEvent(event);
134 return end_selection_handle_->WillHandleTouchEvent(event);
171 end_selection_handle_->SetVisible(GetEndVisible(), animation_style);
199 needs_animate |= end_selection_handle_->Animate(frame_time);
214 end_selection_handle_->position() + GetEndLineOffset();
226 gfx::Vector2dF line_offset = &handle == end_selection_handle_.get(
    [all...]
touch_selection_controller.h 135 scoped_ptr<TouchHandle> end_selection_handle_; member in class:content::TouchSelectionController

Completed in 56 milliseconds