Searched refs:GetHeightForWidth (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/ui/views/test/
H A Dtest_views.cc22 int ProportionallySizedView::GetHeightForWidth(int w) { function in class:views::ProportionallySizedView
H A Dtest_views.h26 // A view that accomodates testing layouts that use GetHeightForWidth.
32 virtual int GetHeightForWidth(int w) OVERRIDE;
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_bubble.cc24 virtual int GetHeightForWidth(int width) OVERRIDE;
45 int ContentsView::GetHeightForWidth(int width) { function in class:message_center::ContentsView
48 int contents_height = child_at(0)->GetHeightForWidth(contents_width);
H A Dmessage_center_view.cc66 virtual int GetHeightForWidth(int width) OVERRIDE;
96 int BoundedScrollView::GetHeightForWidth(int width) { function in class:message_center::BoundedScrollView
99 int height = contents()->GetHeightForWidth(width) + insets.height();
105 int content_height = contents()->GetHeightForWidth(content_width);
108 content_height = contents()->GetHeightForWidth(content_width);
122 virtual int GetHeightForWidth(int width) OVERRIDE;
151 int NoNotificationMessageView::GetHeightForWidth(int width) { function in class:message_center::NoNotificationMessageView
156 int text_height = label_->GetHeightForWidth(width());
181 virtual int GetHeightForWidth(int width) OVERRIDE;
281 int height = child->GetHeightForWidth(child_are
341 int MessageListView::GetHeightForWidth(int width) { function in class:message_center::MessageListView
822 int MessageCenterView::GetHeightForWidth(int width) { function in class:message_center::MessageCenterView
[all...]
H A Dmessage_center_view_unittest.cc44 virtual int GetHeightForWidth(int w) OVERRIDE;
76 int MockNotificationView::GetHeightForWidth(int width) { function in class:message_center::MockNotificationView
78 return child_count() ? NotificationView::GetHeightForWidth(width) : (id_);
197 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
H A Dbounded_label.h54 virtual int GetHeightForWidth(int width) OVERRIDE;
H A Dnotification_view.h44 virtual int GetHeightForWidth(int width) OVERRIDE;
H A Dnotification_view.cc178 virtual int GetHeightForWidth(int width) OVERRIDE;
202 int ProportionalImageView::GetHeightForWidth(int width) { function in class:__anon14414::ProportionalImageView
309 virtual int GetHeightForWidth(int width) OVERRIDE;
376 int NotificationButton::GetHeightForWidth(int width) { function in class:__anon14414::NotificationButton
584 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
587 int NotificationView::GetHeightForWidth(int width) { function in class:message_center::NotificationView
590 int top_height = top_view_->GetHeightForWidth(content_width);
591 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
629 int top_height = top_view_->GetHeightForWidth(content_width);
637 int bottom_height = bottom_view_->GetHeightForWidth(content_widt
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.h31 virtual int GetHeightForWidth(int width) OVERRIDE;
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.h41 virtual int GetHeightForWidth(int width) OVERRIDE;
H A Dtray_item_view.h49 virtual int GetHeightForWidth(int width) OVERRIDE;
H A Dhover_highlight_view.h68 virtual int GetHeightForWidth(int width) OVERRIDE;
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc46 total += child->GetHeightForWidth(child_area.width()) +
73 bounds.set_height(child->GetHeightForWidth(bounds.width()) + padding);
134 int extra_height = child->GetHeightForWidth(child_area_width);
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc86 warning_->GetHeightForWidth(dialog_dimensions_.width()) +
87 explanation_->GetHeightForWidth(dialog_dimensions_.width());
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.cc65 label_width, label->GetHeightForWidth(label_width));
72 sub_label->GetHeightForWidth(label_width));
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc51 return gfx::Size(width_, GetHeightForWidth(width_));
/external/chromium_org/ui/views/controls/
H A Dstyled_label.h81 virtual int GetHeightForWidth(int w) OVERRIDE;
126 // This variable saves the result of the last GetHeightForWidth call in order
H A Dstyled_label_unittest.cc35 return styled_->GetHeightForWidth(w) - styled_->GetInsets().height();
148 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width());
172 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width());
225 int pref_height = styled()->GetHeightForWidth(styled_width);
335 int pref_height = styled()->GetHeightForWidth(label_preferred_size.width());
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.cc162 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
178 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc56 virtual int GetHeightForWidth(int w);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()));
292 int Section::GetHeightForWidth(int width) { function in class:Section
329 int height = description_label_->GetHeightForWidth(w);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.cc56 GetHeightForWidth(GeneratedCreditCardBubbleViews::kContentsWidth));
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h85 virtual int GetHeightForWidth(int width) OVERRIDE;
H A Dmessage_center_widget_delegate.cc109 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
117 int MessageCenterWidgetDelegate::GetHeightForWidth(int width) { function in class:message_center::MessageCenterWidgetDelegate
118 int height = MessageCenterView::GetHeightForWidth(width);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc194 height += heading_->GetHeightForWidth(right_column_width_);
198 height += will_have_access_to_->GetHeightForWidth(right_column_width_);
207 height += permissions_[0]->GetHeightForWidth(kPermissionLabelWidth);
H A Dextension_installed_bubble.cc170 height += heading_->GetHeightForWidth(kRightColumnWidth);
174 height += info_->GetHeightForWidth(kRightColumnWidth);
177 height += manage_->GetHeightForWidth(kRightColumnWidth);

Completed in 4674 milliseconds

123