Home
last modified time | relevance | path

Searched refs:GetHeightForWidth (Results 1 – 25 of 75) sorted by relevance

123

/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc73 virtual int GetHeightForWidth(int width) OVERRIDE;
101 int BoundedScrollView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::BoundedScrollView
104 int height = contents()->GetHeightForWidth(width) + insets.height(); in GetHeightForWidth()
110 int content_height = contents()->GetHeightForWidth(content_width); in Layout()
113 content_height = contents()->GetHeightForWidth(content_width); in Layout()
127 virtual int GetHeightForWidth(int width) OVERRIDE;
156 int NoNotificationMessageView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::NoNotificationMessageView
161 int text_height = label_->GetHeightForWidth(width()); in Layout()
187 virtual int GetHeightForWidth(int width) OVERRIDE;
287 int height = child->GetHeightForWidth(child_area.width()); in Layout()
[all …]
Dgroup_view.cc192 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width)); in GetPreferredSize()
195 int GroupView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::GroupView
197 int top_height = top_view_->GetHeightForWidth(content_width); in GetHeightForWidth()
198 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in GetHeightForWidth()
220 int top_height = top_view_->GetHeightForWidth(content_width); in Layout()
228 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in Layout()
Dmessage_center_bubble.cc24 virtual int GetHeightForWidth(int width) OVERRIDE;
45 int ContentsView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::ContentsView
48 int contents_height = child_at(0)->GetHeightForWidth(contents_width); in GetHeightForWidth()
Dmessage_center_view_unittest.cc44 virtual int GetHeightForWidth(int w) OVERRIDE;
69 int MockNotificationView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::MockNotificationView
72 return NotificationView::GetHeightForWidth(width); in GetHeightForWidth()
Dnotification_view.cc484 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width)); in GetPreferredSize()
487 int NotificationView::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::NotificationView
490 int top_height = top_view_->GetHeightForWidth(content_width); in GetHeightForWidth()
491 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in GetHeightForWidth()
530 int top_height = top_view_->GetHeightForWidth(content_width); in Layout()
538 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in Layout()
Dproportional_image_view.h21 virtual int GetHeightForWidth(int width) OVERRIDE;
Dnotification_button.h31 virtual int GetHeightForWidth(int width) OVERRIDE;
Dbounded_label.h54 virtual int GetHeightForWidth(int width) OVERRIDE;
/external/chromium_org/ui/views/layout/
Dbox_layout.cc46 total += child->GetHeightForWidth(child_area.width()) + in Layout()
73 bounds.set_height(child->GetHeightForWidth(bounds.width()) + padding); in Layout()
134 int extra_height = child->GetHeightForWidth(child_area_width); in GetPreferredSizeForChildWidth()
Dfill_layout.cc37 return host->child_at(0)->GetHeightForWidth(width - insets.width()) + in GetPreferredHeightForWidth()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dmessage_center_widget_delegate.cc113 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width)); in GetPreferredSize()
121 int MessageCenterWidgetDelegate::GetHeightForWidth(int width) { in GetHeightForWidth() function in message_center::MessageCenterWidgetDelegate
122 int height = MessageCenterView::GetHeightForWidth(width); in GetHeightForWidth()
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc56 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 Section
329 int height = description_label_->GetHeightForWidth(w); in LayoutItems()
/external/chromium_org/chrome/browser/ui/views/
Dvalidation_message_bubble_delegate.cc65 label_width, label->GetHeightForWidth(label_width)); in ValidationMessageBubbleDelegate()
72 sub_label->GetHeightForWidth(label_width)); in ValidationMessageBubbleDelegate()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_in_progress_dialog_view.cc86 warning_->GetHeightForWidth(dialog_dimensions_.width()) + in DownloadInProgressDialogView()
87 explanation_->GetHeightForWidth(dialog_dimensions_.width()); in DownloadInProgressDialogView()
/external/chromium_org/ui/views/controls/
Dstyled_label_unittest.cc36 return styled_->GetHeightForWidth(w) - styled_->GetInsets().height(); in StyledLabelContentHeightForWidth()
149 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width()); in TEST_F()
173 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width()); in TEST_F()
226 int pref_height = styled()->GetHeightForWidth(styled_width); in TEST_F()
336 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width()); in TEST_F()
/external/chromium_org/ui/views/test/
Dtest_views.cc22 int ProportionallySizedView::GetHeightForWidth(int w) { in GetHeightForWidth() function in views::ProportionallySizedView
Dtest_views.h32 virtual int GetHeightForWidth(int w) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/ui/
Decho_dialog_view.cc164 label_->GetHeightForWidth(kDialogLabelPreferredWidth)); in GetPreferredSize()
180 label_->GetHeightForWidth(kDialogLabelPreferredWidth)); in SetLabelBorderAndBounds()
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_install_dialog_view.cc194 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()
Dextension_installed_bubble.cc170 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
174 height += info_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
177 height += manage_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
/external/chromium_org/ui/views/examples/
Dmultiline_example.cc46 virtual int GetHeightForWidth(int w) OVERRIDE { in GetHeightForWidth() function in views::examples::MultilineExample::RenderTextView
49 return View::GetHeightForWidth(w); in GetHeightForWidth()
/external/chromium_org/ash/system/tray/
Dspecial_popup_row.h41 virtual int GetHeightForWidth(int width) OVERRIDE;
/external/chromium_org/ash/system/chromeos/power/
Dpower_status_view.h31 virtual int GetHeightForWidth(int width) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_installed_bubble_view.cc390 height += heading_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
394 height += how_to_use_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
399 height += manage_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
409 height += manage_shortcut_->GetHeightForWidth(kRightColumnWidth); in GetPreferredSize()
/external/chromium_org/chrome/browser/chromeos/power/
Didle_action_warning_dialog_view.cc51 return gfx::Size(width_, GetHeightForWidth(width_)); in GetPreferredSize()

123