OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyCurrentFlingVelocity
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebGestureCurveTarget.h
37
virtual void
notifyCurrentFlingVelocity
(const WebFloatSize&) { }
/external/chromium_org/content/test/
web_gesture_curve_mock.cc
26
target->
notifyCurrentFlingVelocity
(blink::WebFloatSize(velocity_.x,
/external/chromium_org/content/renderer/input/
input_handler_proxy.h
53
virtual void
notifyCurrentFlingVelocity
(const blink::WebFloatSize& velocity);
input_handler_proxy.cc
466
void InputHandlerProxy::
notifyCurrentFlingVelocity
(
469
"InputHandlerProxy::
notifyCurrentFlingVelocity
",
474
input_handler_->
NotifyCurrentFlingVelocity
(ToClientScrollIncrement(velocity));
/external/chromium_org/webkit/child/
touch_fling_gesture_curve_unittest.cc
32
virtual void
notifyCurrentFlingVelocity
(const WebFloatSize& velocity) {
fling_animator_impl_android.cc
132
target->
notifyCurrentFlingVelocity
(fling_velocity);
touch_fling_gesture_curve.cc
153
target->
notifyCurrentFlingVelocity
(scroll_velocity);
Completed in 89 milliseconds