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.h751 y_offset_ordinal_(model.y_offset_ordinal_), in ScrollEvent()
774 float y_offset_ordinal() const { return y_offset_ordinal_; } in y_offset_ordinal()
783 float y_offset_ordinal_; variable
Devent.cc911 &x_offset_ordinal_, &y_offset_ordinal_, in ScrollEvent()
917 &x_offset_ordinal_, &y_offset_ordinal_, in ScrollEvent()
938 y_offset_ordinal_(y_offset_ordinal), in ScrollEvent()
948 y_offset_ordinal_ *= factor; in Scale()
/external/chromium_org/ui/events/x/
Devents_x.cc831 float x_offset_ordinal_, y_offset_ordinal_; in GetScrollOffsets() local
840 y_offset_ordinal = &y_offset_ordinal_; in GetScrollOffsets()