HomeSort by relevance Sort by last modified time
    Searched refs:velocity_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/test/
web_gesture_curve_mock.cc 13 : velocity_(velocity),
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
26 blink::WebFloatSize velocity(velocity_.x, velocity_.y);
web_gesture_curve_mock.h 26 blink::WebFloatPoint velocity_; member in class:WebGestureCurveMock
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.h 67 return velocity_;
126 Vector2 velocity_; member in class:Goose
goose.cc 40 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/
scroller.h 137 float velocity_; member in class:gfx::Scroller
scroller.cc 181 velocity_(0),
247 velocity_ = velocity;
382 return velocity_ - deceleration_ * GetTimePassed().InSecondsF() * 0.5f;
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 133 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {}
139 blink::WebFloatSize displacement(velocity_.width * time,
140 velocity_.height * time);
147 return target->scrollBy(increment, velocity_);
151 blink::WebFloatSize velocity_; member in class:content::__anon11977::FakeWebGestureCurve
    [all...]

Completed in 698 milliseconds