Searched refs:row_height (Results 1 – 6 of 6) sorted by relevance
94 int row_height = controller_->GetRowBounds(index).height(); in DrawAutofillEntry() local99 int icon_y = entry_rect.y() + (row_height - image->height()) / 2; in DrawAutofillEntry()
629 int row_height) in FixedRowHeightScrollHelper() argument632 row_height_(row_height) { in FixedRowHeightScrollHelper()633 DCHECK_GT(row_height, 0); in FixedRowHeightScrollHelper()
210 FixedRowHeightScrollHelper(int top_margin, int row_height);
165 int row_height() const { return row_height_; } in row_height() function
191 const int y = row * table_->row_height(); in ClickOnRow()200 const int y = row * table_->row_height(); in TapOnRow()
756 int row_height = IconHeight(); in OnPaint() local757 int drop_indicator_y = row_height * drop_position_->row; in OnPaint()761 row_height); in OnPaint()