YVelocity          63 ui/events/gestures/gesture_point.cc                      ScrollVelocityDirection(velocity_calculator_.YVelocity()));
YVelocity         156 ui/events/gestures/gesture_point.cc   float vy = YVelocity();
YVelocity         163 ui/events/gestures/gesture_point.cc   float vy = YVelocity();
YVelocity          80 ui/events/gestures/gesture_point.h   float YVelocity() { return velocity_calculator_.YVelocity(); }
YVelocity        1028 ui/events/gestures/gesture_sequence.cc         GestureConfiguration::scroll_prediction_seconds() * point.YVelocity());
YVelocity        1056 ui/events/gestures/gesture_sequence.cc       scroll_type_ == ST_HORIZONTAL ? 0 : point.YVelocity(),
YVelocity        1058 ui/events/gestures/gesture_sequence.cc       point.YVelocity());
YVelocity        1301 ui/events/gestures/gesture_sequence.cc                            point.XVelocity(), point.YVelocity());
YVelocity        1403 ui/events/gestures/gesture_sequence.cc   velocity_y = points_[i].YVelocity();
YVelocity        1414 ui/events/gestures/gesture_sequence.cc     if (sign_y * points_[i].YVelocity() < 0)
YVelocity        1418 ui/events/gestures/gesture_sequence.cc     velocity_y += points_[i].YVelocity();
YVelocity          22 ui/events/gestures/velocity_calculator.h   float YVelocity();
YVelocity          40 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.YVelocity(), -10.1);
YVelocity          41 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.YVelocity(), -9.9);
YVelocity          51 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.YVelocity(), -21);
YVelocity          52 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.YVelocity(), -19);
YVelocity          59 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.YVelocity(), -25);
YVelocity          60 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.YVelocity(), -20);
YVelocity          74 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.YVelocity(), -1270000);
YVelocity          75 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.YVelocity(), -1240000);
YVelocity          86 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.YVelocity(), -1270000);
YVelocity          87 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.YVelocity(), -124000);
YVelocity          97 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.YVelocity(), 0);
YVelocity         102 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.YVelocity(), 0);
YVelocity         107 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), 1923077.f);
YVelocity         112 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), 2000000.f);
YVelocity         116 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), 2000000.f);
YVelocity         125 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), -10.f);
YVelocity         130 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.YVelocity(), 0);
YVelocity         139 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), -10.f);
YVelocity         144 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.YVelocity(), 0);