HomeSort by relevance Sort by last modified time
    Searched defs:GetHeightForWidth (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ui/views/test/
test_views.cc 22 int ProportionallySizedView::GetHeightForWidth(int w) {
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 214 int PowerStatusView::GetHeightForWidth(int width) {
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 140 int HoverHighlightView::GetHeightForWidth(int width) {
special_popup_row.cc 106 int SpecialPopupRow::GetHeightForWidth(int width) {
tray_item_view.cc 101 int TrayItemView::GetHeightForWidth(int width) {
  /external/chromium_org/ui/message_center/views/
message_center_bubble.cc 24 virtual int GetHeightForWidth(int width) OVERRIDE;
45 int ContentsView::GetHeightForWidth(int width) {
48 int contents_height = child_at(0)->GetHeightForWidth(contents_width);
message_center_view_unittest.cc 44 virtual int GetHeightForWidth(int w) OVERRIDE;
76 int MockNotificationView::GetHeightForWidth(int width) {
78 return child_count() ? NotificationView::GetHeightForWidth(width) : (id_);
197 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
bounded_label.cc 316 int BoundedLabel::GetHeightForWidth(int width) {
message_center_view.cc 66 virtual int GetHeightForWidth(int width) OVERRIDE;
96 int BoundedScrollView::GetHeightForWidth(int width) {
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) {
156 int text_height = label_->GetHeightForWidth(width());
181 virtual int GetHeightForWidth(int width) OVERRIDE;
281 int height = child->GetHeightForWidth(child_area.width())
    [all...]
notification_view.cc 178 virtual int GetHeightForWidth(int width) OVERRIDE;
202 int ProportionalImageView::GetHeightForWidth(int width) {
309 virtual int GetHeightForWidth(int width) OVERRIDE;
376 int NotificationButton::GetHeightForWidth(int width) {
584 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
587 int NotificationView::GetHeightForWidth(int width) {
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_width)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 109 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
117 int MessageCenterWidgetDelegate::GetHeightForWidth(int width) {
118 int height = MessageCenterView::GetHeightForWidth(width);
  /external/chromium_org/ui/views/controls/
styled_label.cc 126 int StyledLabel::GetHeightForWidth(int w) {
label.cc 223 int Label::GetHeightForWidth(int w) {
225 return View::GetHeightForWidth(w);
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 56 virtual int GetHeightForWidth(int w);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()));
292 int Section::GetHeightForWidth(int width) {
329 int height = description_label_->GetHeightForWidth(w);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 394 return gfx::Size(preferred_width_, GetHeightForWidth(preferred_width_));
403 int TrayBubbleView::GetHeightForWidth(int width) {
409 height += child->GetHeightForWidth(width);
  /external/chromium_org/ui/views/controls/button/
text_button.cc 325 int TextButtonBase::GetHeightForWidth(int w) {
327 return View::GetHeightForWidth(w);
  /external/chromium_org/ash/system/user/
tray_user.cc 258 virtual int GetHeightForWidth(int width) OVERRIDE;
324 virtual int GetHeightForWidth(int width) OVERRIDE;
688 int UserView::GetHeightForWidth(int width) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 400 virtual int GetHeightForWidth(int width) OVERRIDE {
408 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
610 message_stack_->GetHeightForWidth(width) +
611 image_view_->GetHeightForWidth(width) +
612 (button_->visible() ? button_->GetHeightForWidth(width) +
702 int message_height = message_stack_->GetHeightForWidth(bounds.width());
    [all...]
  /external/chromium_org/ui/views/
view.cc 457 int View::GetHeightForWidth(int w) {
    [all...]

Completed in 586 milliseconds