Home | History | Annotate | Download | only in autofill

Lines Matching defs:GetHeightForWidth

316   virtual int GetHeightForWidth(int width) const OVERRIDE {
324 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
585 message_view_->GetHeightForWidth(width) +
586 image_view_->GetHeightForWidth(width);
625 int message_height = message_view_->GetHeightForWidth(bounds.width());
1091 // height from GetHeightForWidth().
1095 int AutofillDialogViews::SuggestionView::GetHeightForWidth(int width) const {
1116 // Shortcut |sizing_view|'s GetHeightForWidth() to avoid an infinite loop.
1489 int notification_height = notification_area_->GetHeightForWidth(width);
1785 const int notification_height = notification_area_->GetHeightForWidth(width);