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

  /external/chromium_org/ui/base/events/
event.h 636 y_offset_ordinal_(model.y_offset_ordinal_),
659 float y_offset_ordinal() const { return y_offset_ordinal_; }
672 float y_offset_ordinal_; member in class:ui::ScrollEvent
event.cc 698 &x_offset_ordinal_, &y_offset_ordinal_,
704 &x_offset_ordinal_, &y_offset_ordinal_,
725 y_offset_ordinal_(y_offset_ordinal),
735 y_offset_ordinal_ *= factor;
747 y_offset_ordinal_ *= decomp.scale[1];
  /external/chromium_org/ui/base/x/
events_x.cc 704 float x_offset_ordinal_, y_offset_ordinal_; local
713 y_offset_ordinal = &y_offset_ordinal_;

Completed in 60 milliseconds