SNAP_HORIZ         33 ui/events/gesture_detection/snap_scroll_controller.cc   if (snap_scroll_mode_ == SNAP_HORIZ || snap_scroll_mode_ == SNAP_VERT) {
SNAP_HORIZ         36 ui/events/gesture_detection/snap_scroll_controller.cc     if (snap_scroll_mode_ == SNAP_HORIZ) {
SNAP_HORIZ         74 ui/events/gesture_detection/snap_scroll_controller.cc           snap_scroll_mode_ = SNAP_HORIZ;
SNAP_HORIZ         42 ui/events/gesture_detection/snap_scroll_controller.h   bool IsSnapHorizontal() const { return snap_scroll_mode_ == SNAP_HORIZ; }