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

  /external/chromium_org/ui/views/controls/
scroll_view.h 186 // FixedRowHeightScrollHelper is intended for views that contain fixed height
187 // height rows. To use a FixedRowHeightScrollHelper delegate
189 class FixedRowHeightScrollHelper : public VariableRowHeightScrollHelper {
191 // Creates a FixedRowHeightScrollHelper. top_margin gives the distance from
194 FixedRowHeightScrollHelper(int top_margin, int row_height);
204 DISALLOW_COPY_AND_ASSIGN(FixedRowHeightScrollHelper);
scroll_view.cc 578 // FixedRowHeightScrollHelper -----------------------------------------------
580 FixedRowHeightScrollHelper::FixedRowHeightScrollHelper(int top_margin,
589 FixedRowHeightScrollHelper::GetRowInfo(int y) {

Completed in 33 milliseconds