Searched refs:ExceededDragThreshold (Results 1 – 14 of 14) sorted by relevance
146 !views::View::ExceededDragThreshold(delta)) { in UpdatePressedButton()
359 exceeded_drag_threshold_ = views::View::ExceededDragThreshold( in ProcessUpdateEvent()475 if (!views::View::ExceededDragThreshold(delta)) in SnapTypeForLocation()
281 if (views::View::ExceededDragThreshold( in TitleMouseDragged()
934 static bool ExceededDragThreshold(const gfx::Vector2d& delta);
1313 bool View::ExceededDragThreshold(const gfx::Vector2d& delta) { in ExceededDragThreshold() function in views::View2224 ExceededDragThreshold(GetDragInfo()->start_pt - event.location()) && in ProcessMouseDragged()
1019 ExceededDragThreshold(mouse_location - last_mouse_location_)) { in OnTitlebarMouseDragged()
550 } else if (ExceededDragThreshold( in OnMouseDragged()
425 } else if (ExceededDragThreshold(event.location() - drag_start_point_)) { in OnMouseDragged()
112 return ExceededDragThreshold(event.location() - last_click_location_); in ExceededDragThresholdFromLastClickLocation()
542 if (!dragging() && ExceededDragThreshold(drag_vector)) { in UpdateDrag()
1128 if (!View::ExceededDragThreshold(press_pt.x() - p.x(), 0) && in CanStartDragForView()
1134 if (!View::ExceededDragThreshold(horizontal_offset) && move_offset.y() > 0) { in CanStartDragForView()
105 return views::View::ExceededDragThreshold(current.x - origin.x, in IsDrag()
501 if (View::ExceededDragThreshold(event.location() - press_pt_)) in OnMouseDragged()