Searched refs:velocity_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/test/
H A Dweb_gesture_curve_mock.cc13 : velocity_(velocity),
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
26 blink::WebFloatSize velocity(velocity_.x, velocity_.y);
H A Dweb_gesture_curve_mock.h26 blink::WebFloatPoint velocity_; member in class:WebGestureCurveMock
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dgoose.h67 return velocity_;
126 Vector2 velocity_; member in class:Goose
H A Dgoose.cc40 Goose::Goose() : location_(0, 0), velocity_(0, 0) {
45 velocity_(velocity) {
53 velocity_.Add(acceleration);
56 velocity_.Clamp(kMaxSpeed);
58 location_.Add(velocity_);
164 new_direction = Vector2::Difference(desired_direction, velocity_);
/external/chromium_org/ui/gfx/android/
H A Dscroller.h137 float velocity_; member in class:gfx::Scroller
H A Dscroller.cc181 velocity_(0),
247 velocity_ = velocity;
382 return velocity_ - deceleration_ * GetTimePassed().InSecondsF() * 0.5f;
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc131 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {}
137 blink::WebFloatSize displacement(velocity_.width * time,
138 velocity_.height * time);
145 return target->scrollBy(increment, velocity_);
149 blink::WebFloatSize velocity_; member in class:content::__anon7721::FakeWebGestureCurve

Completed in 877 milliseconds