Searched defs:offset_ordinal_y (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc74 float offset_ordinal_y = 0.f; local
79 offset_ordinal_y = event->x_offset_ordinal();
84 offset_ordinal_y = event->y_offset_ordinal();
91 if (offset_ordinal_y != 0.f && webkit_event.deltaY != 0.f)
92 webkit_event.accelerationRatioY = offset_ordinal_y / webkit_event.deltaY;

Completed in 88 milliseconds