Home
last modified time | relevance | path

Searched refs:y_offset_ordinal_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/events/
Devent.h629 y_offset_ordinal_(model.y_offset_ordinal_), in ScrollEvent()
652 float y_offset_ordinal() const { return y_offset_ordinal_; } in y_offset_ordinal()
661 float y_offset_ordinal_; variable
Devent.cc706 &x_offset_ordinal_, &y_offset_ordinal_, in ScrollEvent()
712 &x_offset_ordinal_, &y_offset_ordinal_, in ScrollEvent()
733 y_offset_ordinal_(y_offset_ordinal), in ScrollEvent()
743 y_offset_ordinal_ *= factor; in Scale()
/external/chromium_org/ui/events/x/
Devents_x.cc669 float x_offset_ordinal_, y_offset_ordinal_; in GetScrollOffsets() local
678 y_offset_ordinal = &y_offset_ordinal_; in GetScrollOffsets()