Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/
Dscroll_view.h175 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0;
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()
614 row = GetRowInfo(std::max(0, row.origin - 1)); in GetLineScrollIncrement()
622 VariableRowHeightScrollHelper::GetRowInfo(int y) { in GetRowInfo() function in views::VariableRowHeightScrollHelper
623 return controller_->GetRowInfo(y); in GetRowInfo()
637 FixedRowHeightScrollHelper::GetRowInfo(int y) { in GetRowInfo() function in views::FixedRowHeightScrollHelper