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

/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc73 float offset_ordinal_x = 0.f; local
78 offset_ordinal_x = event->y_offset_ordinal();
83 offset_ordinal_x = event->x_offset_ordinal();
87 if (offset_ordinal_x != 0.f && webkit_event.deltaX != 0.f)
88 webkit_event.accelerationRatioX = offset_ordinal_x / webkit_event.deltaX;

Completed in 58 milliseconds