Searched refs:RowInfo (Results 1 – 2 of 2) sorted by relevance
161 struct RowInfo { struct162 RowInfo(int origin, int height) : origin(origin), height(height) {} in RowInfo() argument175 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0; argument194 virtual RowInfo GetRowInfo(int y);214 virtual RowInfo GetRowInfo(int y) OVERRIDE;
591 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::RowInfo636 VariableRowHeightScrollHelper::RowInfo639 return RowInfo(0, top_margin_); in GetRowInfo()640 return RowInfo((y - top_margin_) / row_height_ * row_height_ + top_margin_, in GetRowInfo()