XVelocity          62 ui/events/gestures/gesture_point.cc     gfx::Vector2d sd(ScrollVelocityDirection(velocity_calculator_.XVelocity()),
XVelocity         155 ui/events/gestures/gesture_point.cc   float vx = XVelocity();
XVelocity         162 ui/events/gestures/gesture_point.cc   float vx = XVelocity();
XVelocity          79 ui/events/gestures/gesture_point.h   float XVelocity() { return velocity_calculator_.XVelocity(); }
XVelocity        1026 ui/events/gestures/gesture_sequence.cc         GestureConfiguration::scroll_prediction_seconds() * point.XVelocity());
XVelocity        1055 ui/events/gestures/gesture_sequence.cc       scroll_type_ == ST_VERTICAL ? 0 : point.XVelocity(),
XVelocity        1057 ui/events/gestures/gesture_sequence.cc       point.XVelocity(),
XVelocity        1301 ui/events/gestures/gesture_sequence.cc                            point.XVelocity(), point.YVelocity());
XVelocity        1402 ui/events/gestures/gesture_sequence.cc   velocity_x = points_[i].XVelocity();
XVelocity        1411 ui/events/gestures/gesture_sequence.cc     if (sign_x * points_[i].XVelocity() < 0)
XVelocity        1417 ui/events/gestures/gesture_sequence.cc     velocity_x += points_[i].XVelocity();
XVelocity          21 ui/events/gestures/velocity_calculator.h   float XVelocity();
XVelocity          38 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.XVelocity(), 9.9);
XVelocity          39 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.XVelocity(), 10.1);
XVelocity          49 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.XVelocity(), 19);
XVelocity          50 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.XVelocity(), 21);
XVelocity          57 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.XVelocity(), 20);
XVelocity          58 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.XVelocity(), 25);
XVelocity          72 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.XVelocity(), 1230000);
XVelocity          73 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.XVelocity(), 1260000);
XVelocity          84 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_GT(velocity_calculator.XVelocity(), 1230000);
XVelocity          85 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_LT(velocity_calculator.XVelocity(), 1260000);
XVelocity          96 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.XVelocity(), 0);
XVelocity         101 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.XVelocity(), 0);
XVelocity         106 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 1923077.f);
XVelocity         111 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 2000000.f);
XVelocity         115 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 2000000.f);
XVelocity         124 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 10.f);
XVelocity         129 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_EQ(velocity_calculator.XVelocity(), 0);
XVelocity         138 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 10.f);
XVelocity         143 ui/events/gestures/velocity_calculator_unittest.cc   EXPECT_FLOAT_EQ(velocity_calculator.XVelocity(), 0);