Home
last modified time | relevance | path

Searched refs:RowInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
Dscroll_view.h161 struct RowInfo { struct
162 RowInfo(int origin, int height) : origin(origin), height(height) {} in RowInfo() argument
175 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0; argument
194 virtual RowInfo GetRowInfo(int y);
214 virtual RowInfo GetRowInfo(int y) OVERRIDE;
Dscroll_view.cc591 RowInfo bottom_row_info = GetRowInfo(bottom); in GetPageScrollIncrement()
597 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); in GetPageScrollIncrement()
610 RowInfo row = GetRowInfo(y); in GetLineScrollIncrement()
621 VariableRowHeightScrollHelper::RowInfo
636 VariableRowHeightScrollHelper::RowInfo
639 return RowInfo(0, top_margin_); in GetRowInfo()
640 return RowInfo((y - top_margin_) / row_height_ * row_height_ + top_margin_, in GetRowInfo()