HomeSort by relevance Sort by last modified time
    Searched refs:accelerationRatioY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 362 float accelerationRatioY;
397 , accelerationRatioY(1.0f)
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 81 event->accelerationRatioY) +
83 event_to_coalesce.accelerationRatioY);
90 event->accelerationRatioY =
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 217 wheel.deltaY * wheel.accelerationRatioY,
web_input_event_aura.cc 156 webkit_event.accelerationRatioY = offset_ordinal_y / webkit_event.deltaY;

Completed in 404 milliseconds