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

  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 329 dragging_handle_(NULL) {
369 if (dragging_handle_) {
377 dragging_handle_->SetSelectionRectInScreen(screen_rect_2_clipped);
384 dragging_handle_->SetDrawInvisible(!ShouldShowHandleFor(r2));
386 if (dragging_handle_ != cursor_handle_.get()) {
389 if (dragging_handle_ == selection_handle_1_) {
420 return !!dragging_handle_;
431 dragging_handle_ = handle;
432 if (dragging_handle_)
443 DCHECK(dragging_handle_);
    [all...]
touch_selection_controller_impl.h 116 EditingHandleView* dragging_handle_; member in class:views::TouchSelectionControllerImpl
touch_selection_controller_impl_unittest.cc 157 controller->dragging_handle_ = NULL;

Completed in 124 milliseconds