HomeSort by relevance Sort by last modified time
    Searched refs:VariableRowHeightScrollHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/
scroll_view.h 137 // VariableRowHeightScrollHelper is intended for views that contain rows of
138 // varying height. To use a VariableRowHeightScrollHelper create one supplying
140 // to the helper. VariableRowHeightScrollHelper calls back to the
142 class VariableRowHeightScrollHelper {
159 virtual VariableRowHeightScrollHelper::RowInfo GetRowInfo(int y) = 0;
162 // Creates a new VariableRowHeightScrollHelper. Controller is
163 // NOT deleted by this VariableRowHeightScrollHelper.
164 explicit VariableRowHeightScrollHelper(Controller* controller);
165 virtual ~VariableRowHeightScrollHelper();
183 DISALLOW_COPY_AND_ASSIGN(VariableRowHeightScrollHelper);
    [all...]
scroll_view.cc 523 // VariableRowHeightScrollHelper ----------------------------------------------
525 VariableRowHeightScrollHelper::VariableRowHeightScrollHelper(
529 VariableRowHeightScrollHelper::~VariableRowHeightScrollHelper() {
532 int VariableRowHeightScrollHelper::GetPageScrollIncrement(
556 int VariableRowHeightScrollHelper::GetLineScrollIncrement(
573 VariableRowHeightScrollHelper::RowInfo
574 VariableRowHeightScrollHelper::GetRowInfo(int y) {
582 : VariableRowHeightScrollHelper(NULL)
    [all...]

Completed in 186 milliseconds