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

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

Completed in 343 milliseconds