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

1234

/external/chromium_org/ui/views/test/
H A Dtest_views.cc22 int ProportionallySizedView::GetHeightForWidth(int w) const { function in class:views::ProportionallySizedView
28 return gfx::Size(preferred_width_, GetHeightForWidth(preferred_width_));
H A Dtest_views.h27 // A view that accomodates testing layouts that use GetHeightForWidth.
35 virtual int GetHeightForWidth(int w) const OVERRIDE;
/external/chromium_org/ui/message_center/views/
H A Dproportional_image_view.h21 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dmessage_center_bubble.cc25 virtual int GetHeightForWidth(int width) const OVERRIDE;
46 int ContentsView::GetHeightForWidth(int width) const { function in class:message_center::ContentsView
49 int contents_height = child_at(0)->GetHeightForWidth(contents_width);
H A Dnotification_button.h31 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dmessage_center_view.cc66 virtual int GetHeightForWidth(int width) const OVERRIDE;
95 int NoNotificationMessageView::GetHeightForWidth(int width) const { function in class:message_center::NoNotificationMessageView
100 int text_height = label_->GetHeightForWidth(width());
126 virtual int GetHeightForWidth(int width) const OVERRIDE;
220 int height = child->GetHeightForWidth(child_area.width());
289 GetHeightForWidth(width + GetInsets().width()));
292 int MessageListView::GetHeightForWidth(int width) const { function in class:message_center::MessageListView
303 height += child->GetHeightForWidth(width) + padding;
331 fixed_height_ = GetHeightForWidth(width());
479 : GetHeightForWidth(widt
790 int MessageCenterView::GetHeightForWidth(int width) const { function in class:message_center::MessageCenterView
[all...]
H A Dbounded_label.h55 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dproportional_image_view.cc20 int ProportionalImageView::GetHeightForWidth(int width) const { function in class:message_center::ProportionalImageView
H A Dmessage_center_view_unittest.cc44 virtual int GetHeightForWidth(int w) const OVERRIDE;
69 int MockNotificationView::GetHeightForWidth(int width) const { function in class:message_center::MockNotificationView
72 return NotificationView::GetHeightForWidth(width);
233 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dextension_toolbar_menu_view.cc71 int ExtensionToolbarMenuView::GetHeightForWidth(int width) const { function in class:ExtensionToolbarMenuView
78 int height = container_->GetHeightForWidth(width);
H A Dextension_toolbar_menu_view.h35 virtual int GetHeightForWidth(int width) const OVERRIDE;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view_unittest.cc25 virtual int GetHeightForWidth(int width) const OVERRIDE {
69 int flex_height = flexible_view->GetHeightForWidth(label_size.width());
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.h32 virtual int GetHeightForWidth(int width) const OVERRIDE;
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.h39 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dtray_item_view.h46 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dhover_highlight_view.h72 virtual int GetHeightForWidth(int width) const OVERRIDE;
/external/chromium_org/ui/views/layout/
H A Dfill_layout.cc37 return host->child_at(0)->GetHeightForWidth(width - insets.width()) +
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.cc62 label_width, label->GetHeightForWidth(label_width));
69 sub_label->GetHeightForWidth(label_width));
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h79 virtual int GetHeightForWidth(int width) const OVERRIDE;
H A Dmessage_center_widget_delegate.cc119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
127 int MessageCenterWidgetDelegate::GetHeightForWidth(int width) const { function in class:message_center::MessageCenterWidgetDelegate
128 int height = MessageCenterView::GetHeightForWidth(width);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Decho_dialog_view.cc164 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
179 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
/external/chromium_org/ash/system/user/
H A Duser_view.h56 virtual int GetHeightForWidth(int width) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc55 return gfx::Size(width_, GetHeightForWidth(width_));
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.cc55 GetHeightForWidth(GeneratedCreditCardBubbleViews::kContentsWidth));
/external/chromium_org/ui/views/controls/
H A Dstyled_label.h95 virtual int GetHeightForWidth(int w) const OVERRIDE;
147 // This variable saves the result of the last GetHeightForWidth call in order

Completed in 1057 milliseconds

1234