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

  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 154 if (event->y_offset_ordinal() != 0.f && event->y_offset() != 0.f) {
156 event->y_offset_ordinal() / event->y_offset();
  /external/chromium_org/ui/base/events/
event_utils.h 111 float* y_offset_ordinal,
event.h 648 float y_offset_ordinal,
659 float y_offset_ordinal() const { return y_offset_ordinal_; } function in class:ui::ScrollEvent
event.cc 719 float y_offset_ordinal,
725 y_offset_ordinal_(y_offset_ordinal),
  /external/chromium_org/ui/base/x/
device_data_manager.h 177 float* y_offset_ordinal,
events_x.cc 697 float* y_offset_ordinal,
712 if (!y_offset_ordinal)
713 y_offset_ordinal = &y_offset_ordinal_;
720 x_offset_ordinal, y_offset_ordinal,
device_data_manager.cc 436 float* y_offset_ordinal,
441 *y_offset_ordinal = 0;
457 *y_offset_ordinal = data[DT_CMT_ORDINAL_Y] * natural_scroll_factor;
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 249 UpdateForScroll(event->x_offset_ordinal(), event->y_offset_ordinal());
251 UpdateForFling(event->x_offset_ordinal(), event->y_offset_ordinal());
  /external/chromium_org/ui/base/ozone/
events_ozone.cc 109 float* y_offset_ordinal,
  /external/chromium_org/ui/base/win/
events_win.cc 290 float* y_offset_ordinal,
  /external/chromium_org/ash/display/
root_window_transformers_unittest.cc 79 scroll_y_offset_ordinal_ = event->y_offset_ordinal();
display_controller_unittest.cc 186 scroll_y_offset_ordinal_ = event->y_offset_ordinal();
    [all...]

Completed in 630 milliseconds