Searched refs:GetHeightForWidth (Results 1 – 7 of 7) sorted by relevance
56 virtual int GetHeightForWidth(int w);177 size.Enlarge(0, section.GetHeightForWidth(size.width())); in GetPreferredSize()292 int Section::GetHeightForWidth(int width) { in GetHeightForWidth() function in Section329 int height = description_label_->GetHeightForWidth(w); in LayoutItems()
302 dummy_text.GetHeightForWidth( in Init()
86 warning_->GetHeightForWidth(dialog_dimensions_.width()) + in DownloadInProgressDialogView()87 explanation_->GetHeightForWidth(dialog_dimensions_.width()); in DownloadInProgressDialogView()
194 height += heading_->GetHeightForWidth(right_column_width_); in GetPreferredSize()198 height += will_have_access_to_->GetHeightForWidth(right_column_width_); in GetPreferredSize()207 height += permissions_[0]->GetHeightForWidth(kPermissionLabelWidth); in GetPreferredSize()
170 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()174 height += info_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()177 height += manage_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
102 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
182 height += message_->GetHeightForWidth(width) + in GetPreferredSize()216 control_height = message_->GetHeightForWidth(available_width); in Layout()