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 284 dragging_handle_(NULL) {
317 if (dragging_handle_) {
322 dragging_handle_->SetSelectionRectInScreen(screen_rect_2);
329 dragging_handle_->SetDrawInvisible(!client_view_->GetBounds().Contains(r2));
331 if (dragging_handle_ != cursor_handle_.get()) {
334 dragging_handle_ == selection_handle_1_.get()?
361 return !!dragging_handle_;
366 dragging_handle_ = handle;
367 if (dragging_handle_)
378 DCHECK(dragging_handle_);
    [all...]
touch_selection_controller_impl.h 93 EditingHandleView* dragging_handle_; member in class:views::TouchSelectionControllerImpl
touch_selection_controller_impl_unittest.cc 114 controller->dragging_handle_ = NULL;

Completed in 136 milliseconds