Home
last modified time | relevance | path

Searched refs:accelerationRatioY (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h362 float accelerationRatioY; variable
397 , accelerationRatioY(1.0f) in WebMouseWheelEvent()
/external/chromium_org/content/common/input/
Dweb_input_event_traits.cc81 event->accelerationRatioY) + in Coalesce()
83 event_to_coalesce.accelerationRatioY); in Coalesce()
90 event->accelerationRatioY = in Coalesce()
/external/chromium_org/content/browser/renderer_host/
Doverscroll_controller.cc217 wheel.deltaY * wheel.accelerationRatioY, in ProcessEventForOverscroll()
Dweb_input_event_aura.cc92 webkit_event.accelerationRatioY = offset_ordinal_y / webkit_event.deltaY; in MakeWebMouseWheelEventFromAuraEvent()