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/events/
event.h 629 y_offset_ordinal_(model.y_offset_ordinal_),
652 float y_offset_ordinal() const { return y_offset_ordinal_; }
661 float y_offset_ordinal_; member in class:ui::ScrollEvent
event.cc 706 &x_offset_ordinal_, &y_offset_ordinal_,
712 &x_offset_ordinal_, &y_offset_ordinal_,
733 y_offset_ordinal_(y_offset_ordinal),
743 y_offset_ordinal_ *= factor;
  /external/chromium_org/ui/events/x/
events_x.cc 669 float x_offset_ordinal_, y_offset_ordinal_; local
678 y_offset_ordinal = &y_offset_ordinal_;

Completed in 304 milliseconds