/external/chromium_org/ui/message_center/views/ |
D | message_center_view.cc | 73 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 …]
|
D | group_view.cc | 192 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()
|
D | message_center_bubble.cc | 24 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()
|
D | message_center_view_unittest.cc | 44 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()
|
D | notification_view.cc | 484 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()
|
D | proportional_image_view.h | 21 virtual int GetHeightForWidth(int width) OVERRIDE;
|
D | notification_button.h | 31 virtual int GetHeightForWidth(int width) OVERRIDE;
|
D | bounded_label.h | 54 virtual int GetHeightForWidth(int width) OVERRIDE;
|
/external/chromium_org/ui/views/layout/ |
D | box_layout.cc | 46 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()
|
D | fill_layout.cc | 37 return host->child_at(0)->GetHeightForWidth(width - insets.width()) + in GetPreferredHeightForWidth()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_widget_delegate.cc | 113 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/ |
D | page_info_bubble_view.cc | 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 Section 329 int height = description_label_->GetHeightForWidth(w); in LayoutItems()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | validation_message_bubble_delegate.cc | 65 label_width, label->GetHeightForWidth(label_width)); in ValidationMessageBubbleDelegate() 72 sub_label->GetHeightForWidth(label_width)); in ValidationMessageBubbleDelegate()
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_in_progress_dialog_view.cc | 86 warning_->GetHeightForWidth(dialog_dimensions_.width()) + in DownloadInProgressDialogView() 87 explanation_->GetHeightForWidth(dialog_dimensions_.width()); in DownloadInProgressDialogView()
|
/external/chromium_org/ui/views/controls/ |
D | styled_label_unittest.cc | 36 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/ |
D | test_views.cc | 22 int ProportionallySizedView::GetHeightForWidth(int w) { in GetHeightForWidth() function in views::ProportionallySizedView
|
D | test_views.h | 32 virtual int GetHeightForWidth(int w) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | echo_dialog_view.cc | 164 label_->GetHeightForWidth(kDialogLabelPreferredWidth)); in GetPreferredSize() 180 label_->GetHeightForWidth(kDialogLabelPreferredWidth)); in SetLabelBorderAndBounds()
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | extension_install_dialog_view.cc | 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()
|
D | extension_installed_bubble.cc | 170 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/ |
D | multiline_example.cc | 46 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/ |
D | special_popup_row.h | 41 virtual int GetHeightForWidth(int width) OVERRIDE;
|
/external/chromium_org/ash/system/chromeos/power/ |
D | power_status_view.h | 31 virtual int GetHeightForWidth(int width) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_installed_bubble_view.cc | 390 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/ |
D | idle_action_warning_dialog_view.cc | 51 return gfx::Size(width_, GetHeightForWidth(width_)); in GetPreferredSize()
|