Searched refs:velocity_ (Results 1 - 5 of 5) 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 target->notifyCurrentFlingVelocity(blink::WebFloatSize(velocity_.x,
27 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/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc90 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {}
96 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
108 blink::WebFloatPoint velocity_; member in class:content::__anon8463::FakeWebGestureCurve

Completed in 333 milliseconds