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

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc94 int row_height = controller_->GetRowBounds(index).height(); local
99 int icon_y = entry_rect.y() + (row_height - image->height()) / 2;
/external/chromium_org/ui/views/controls/
H A Dscroll_view.h208 // the top of the view to the first row, and may be 0. row_height gives the
210 FixedRowHeightScrollHelper(int top_margin, int row_height);
H A Dscroll_view.cc629 int row_height)
632 row_height_(row_height) {
633 DCHECK_GT(row_height, 0);
628 FixedRowHeightScrollHelper(int top_margin, int row_height) argument
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h165 int row_height() const { return row_height_; } function in class:views::TableView
H A Dtable_view_unittest.cc191 const int y = row * table_->row_height();
200 const int y = row * table_->row_height();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc756 int row_height = IconHeight(); local
757 int drop_indicator_y = row_height * drop_position_->row;
761 row_height);

Completed in 110 milliseconds