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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 94 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/
scroll_view.h 208 // 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);
scroll_view.cc 629 int row_height)
632 row_height_(row_height) {
633 DCHECK_GT(row_height, 0);
  /external/chromium_org/ui/views/controls/table/
table_view.h 165 int row_height() const { return row_height_; } function in class:views::TableView
table_view_unittest.cc 191 const int y = row * table_->row_height();
200 const int y = row * table_->row_height();
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 756 int row_height = IconHeight(); local
757 int drop_indicator_y = row_height * drop_position_->row;
761 row_height);
    [all...]

Completed in 110 milliseconds