Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/
Dscroll_view.h158 class VariableRowHeightScrollHelper {
175 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0;
180 explicit VariableRowHeightScrollHelper(Controller* controller);
181 virtual ~VariableRowHeightScrollHelper();
199 DISALLOW_COPY_AND_ASSIGN(VariableRowHeightScrollHelper);
205 class FixedRowHeightScrollHelper : public VariableRowHeightScrollHelper {
Dscroll_view.cc573 VariableRowHeightScrollHelper::VariableRowHeightScrollHelper( in VariableRowHeightScrollHelper() function in views::VariableRowHeightScrollHelper
577 VariableRowHeightScrollHelper::~VariableRowHeightScrollHelper() { in ~VariableRowHeightScrollHelper()
580 int VariableRowHeightScrollHelper::GetPageScrollIncrement( in GetPageScrollIncrement()
604 int VariableRowHeightScrollHelper::GetLineScrollIncrement( in GetLineScrollIncrement()
621 VariableRowHeightScrollHelper::RowInfo
622 VariableRowHeightScrollHelper::GetRowInfo(int y) { in GetRowInfo()
630 : VariableRowHeightScrollHelper(NULL), in FixedRowHeightScrollHelper()
636 VariableRowHeightScrollHelper::RowInfo