SNAP_VERT          33 ui/events/gesture_detection/snap_scroll_controller.cc   if (snap_scroll_mode_ == SNAP_HORIZ || snap_scroll_mode_ == SNAP_VERT) {
SNAP_VERT          76 ui/events/gesture_detection/snap_scroll_controller.cc           snap_scroll_mode_ = SNAP_VERT;
SNAP_VERT          41 ui/events/gesture_detection/snap_scroll_controller.h   bool IsSnapVertical() const { return snap_scroll_mode_ == SNAP_VERT; }