Home
last modified time | relevance | path

Searched refs:row_height (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_view_views.cc94 int row_height = controller_->GetRowBounds(index).height(); in DrawAutofillEntry() local
99 int icon_y = entry_rect.y() + (row_height - image->height()) / 2; in DrawAutofillEntry()
/external/chromium_org/ui/views/controls/
Dscroll_view.cc629 int row_height) in FixedRowHeightScrollHelper() argument
632 row_height_(row_height) { in FixedRowHeightScrollHelper()
633 DCHECK_GT(row_height, 0); in FixedRowHeightScrollHelper()
Dscroll_view.h210 FixedRowHeightScrollHelper(int top_margin, int row_height);
/external/chromium_org/ui/views/controls/table/
Dtable_view.h165 int row_height() const { return row_height_; } in row_height() function
Dtable_view_unittest.cc191 const int y = row * table_->row_height(); in ClickOnRow()
200 const int y = row * table_->row_height(); in TapOnRow()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc756 int row_height = IconHeight(); in OnPaint() local
757 int drop_indicator_y = row_height * drop_position_->row; in OnPaint()
761 row_height); in OnPaint()