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

/external/chromium_org/ui/message_center/views/
H A Dproportional_image_view.cc20 int ProportionalImageView::GetHeightForWidth(int width) const { function in class:message_center::ProportionalImageView
H A Dnotification_button.cc79 int NotificationButton::GetHeightForWidth(int width) const { function in class:message_center::NotificationButton
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 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
H A Dbounded_label.cc321 int BoundedLabel::GetHeightForWidth(int width) const { function in class:message_center::BoundedLabel
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 Dnotification_view.cc395 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
398 int NotificationView::GetHeightForWidth(int width) const { function in class:message_center::NotificationView
401 int top_height = top_view_->GetHeightForWidth(content_width);
402 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
447 int top_height = top_view_->GetHeightForWidth(content_width);
455 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
/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_));
/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 Dbrowser_actions_container.cc362 int BrowserActionsContainer::GetHeightForWidth(int width) const { function in class:BrowserActionsContainer
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc205 int PowerStatusView::GetHeightForWidth(int width) const { function in class:ash::PowerStatusView
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc105 int SpecialPopupRow::GetHeightForWidth(int width) const { function in class:ash::SpecialPopupRow
H A Dtray_item_view.cc106 int TrayItemView::GetHeightForWidth(int width) const { function in class:ash::TrayItemView
H A Dhover_highlight_view.cc157 int HoverHighlightView::GetHeightForWidth(int width) const { function in class:ash::HoverHighlightView
/external/chromium_org/chrome/browser/ui/views/message_center/
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/ui/app_list/views/
H A Dsearch_result_list_view.cc217 int SearchResultListView::GetHeightForWidth(int w) const { function in class:app_list::SearchResultListView
218 return results_container_->GetHeightForWidth(w);
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc166 int StyledLabel::GetHeightForWidth(int w) const { function in class:views::StyledLabel
H A Dlabel.cc255 int Label::GetHeightForWidth(int w) const { function in class:views::Label
257 return View::GetHeightForWidth(w);
H A Dscroll_view.cc217 int ScrollView::GetHeightForWidth(int width) const { function in class:views::ScrollView
219 return View::GetHeightForWidth(width);
223 int height = contents()->GetHeightForWidth(width) + insets.height();
230 int content_height = contents()->GetHeightForWidth(content_width);
233 content_height = contents()->GetHeightForWidth(content_width);
/external/chromium_org/ash/system/user/
H A Duser_view.cc267 int UserView::GetHeightForWidth(int width) const { function in class:ash::tray::UserView
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc423 return gfx::Size(preferred_width_, GetHeightForWidth(preferred_width_));
432 int TrayBubbleView::GetHeightForWidth(int width) const { function in class:views::TrayBubbleView
438 height += child->GetHeightForWidth(width);
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc267 int LabelButton::GetHeightForWidth(int w) const { function in class:views::LabelButton
274 int height = std::max(image_size.height(), label_->GetHeightForWidth(w));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc413 int MenuItemView::GetHeightForWidth(int width) const { function in class:views::MenuItemView
418 int height = child_at(0)->GetHeightForWidth(width);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc316 virtual int GetHeightForWidth(int width) const OVERRIDE {
324 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
585 message_view_->GetHeightForWidth(width) +
586 image_view_->GetHeightForWidth(width);
625 int message_height = message_view_->GetHeightForWidth(bounds.width());
1091 // height from GetHeightForWidth().
1095 int AutofillDialogViews::SuggestionView::GetHeightForWidth(int width) const { function in class:autofill::AutofillDialogViews::SuggestionView
1116 // Shortcut |sizing_view|'s GetHeightForWidth() to avoid an infinite loop.
1489 int notification_height = notification_area_->GetHeightForWidth(width);
1785 const int notification_height = notification_area_->GetHeightForWidth(widt
[all...]
/external/chromium_org/ui/views/
H A Dview.cc395 int View::GetHeightForWidth(int w) const { function in class:views::View

Completed in 3299 milliseconds