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

  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 147 if (event->x_offset_ordinal() != 0.f && event->x_offset() != 0.f) {
149 event->x_offset_ordinal() / event->x_offset();
  /external/chromium_org/ui/base/events/
event_utils.h 110 float* x_offset_ordinal,
event.h 647 float x_offset_ordinal,
658 float x_offset_ordinal() const { return x_offset_ordinal_; } function in class:ui::ScrollEvent
event.cc 718 float x_offset_ordinal,
724 x_offset_ordinal_(x_offset_ordinal),
  /external/chromium_org/ui/base/x/
device_data_manager.h 176 float* x_offset_ordinal,
events_x.cc 696 float* x_offset_ordinal,
710 if (!x_offset_ordinal)
711 x_offset_ordinal = &x_offset_ordinal_;
720 x_offset_ordinal, y_offset_ordinal,
device_data_manager.cc 435 float* x_offset_ordinal,
440 *x_offset_ordinal = 0;
455 *x_offset_ordinal = data[DT_CMT_ORDINAL_X] * 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 108 float* x_offset_ordinal,
  /external/chromium_org/ui/base/win/
events_win.cc 289 float* x_offset_ordinal,
  /external/chromium_org/ash/display/
root_window_transformers_unittest.cc 78 scroll_x_offset_ordinal_ = event->x_offset_ordinal();
display_controller_unittest.cc 185 scroll_x_offset_ordinal_ = event->x_offset_ordinal();
    [all...]

Completed in 1287 milliseconds