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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 95 int row_height = controller_->GetRowBounds(index).height(); local
100 int icon_y = entry_rect.y() + (row_height - image->height()) / 2;
  /external/chromium_org/ui/views/controls/table/
table_view.h 165 int row_height() const { return row_height_; } function in class:views::TableView

Completed in 606 milliseconds