OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:velocity_
(Results
1 - 5
of
5
) 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
target->notifyCurrentFlingVelocity(blink::WebFloatSize(
velocity_
.x,
27
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/content/renderer/input/
input_handler_proxy_unittest.cc
90
:
velocity_
(velocity), cumulative_scroll_(cumulative_scroll) {}
96
blink::WebSize displacement(
velocity_
.x * time,
velocity_
.y * time);
108
blink::WebFloatPoint
velocity_
;
member in class:content::__anon8153::FakeWebGestureCurve
[
all
...]
Completed in 124 milliseconds