HomeSort by relevance Sort by last modified time
    Searched refs:GetHeightForWidth (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/ui/views/test/
test_views.cc 22 int ProportionallySizedView::GetHeightForWidth(int w) const {
test_views.h 26 // A view that accomodates testing layouts that use GetHeightForWidth.
32 virtual int GetHeightForWidth(int w) const OVERRIDE;
  /external/chromium_org/ui/message_center/views/
proportional_image_view.h 21 virtual int GetHeightForWidth(int width) const OVERRIDE;
notification_button.h 31 virtual int GetHeightForWidth(int width) const OVERRIDE;
message_center_bubble.cc 25 virtual int GetHeightForWidth(int width) const OVERRIDE;
46 int ContentsView::GetHeightForWidth(int width) const {
49 int contents_height = child_at(0)->GetHeightForWidth(contents_width);
message_center_view.cc 65 virtual int GetHeightForWidth(int width) const OVERRIDE;
94 int NoNotificationMessageView::GetHeightForWidth(int width) const {
99 int text_height = label_->GetHeightForWidth(width());
125 virtual int GetHeightForWidth(int width) const OVERRIDE;
219 int height = child->GetHeightForWidth(child_area.width());
288 GetHeightForWidth(width + GetInsets().width()));
291 int MessageListView::GetHeightForWidth(int width) const {
302 height += child->GetHeightForWidth(width) + padding;
330 fixed_height_ = GetHeightForWidth(width());
476 : GetHeightForWidth(width()) - GetInsets().bottom()
    [all...]
bounded_label.h 55 virtual int GetHeightForWidth(int width) const OVERRIDE;
proportional_image_view.cc 20 int ProportionalImageView::GetHeightForWidth(int width) const {
message_center_view_unittest.cc 44 virtual int GetHeightForWidth(int w) const OVERRIDE;
69 int MockNotificationView::GetHeightForWidth(int width) const {
72 return NotificationView::GetHeightForWidth(width);
233 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
  /external/chromium_org/ash/system/tray/
special_popup_row.h 39 virtual int GetHeightForWidth(int width) const OVERRIDE;
tray_item_view.h 46 virtual int GetHeightForWidth(int width) const OVERRIDE;
hover_highlight_view.h 72 virtual int GetHeightForWidth(int width) const OVERRIDE;
special_popup_row.cc 105 int SpecialPopupRow::GetHeightForWidth(int width) const {
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.h 32 virtual int GetHeightForWidth(int width) const OVERRIDE;
  /external/chromium_org/ui/views/layout/
fill_layout.cc 37 return host->child_at(0)->GetHeightForWidth(width - insets.width()) +
box_layout.cc 45 total_main_axis_size += child->GetHeightForWidth(child_area.width()) +
90 bounds.set_height(child->GetHeightForWidth(bounds.width()) + padding);
173 int extra_height = child->GetHeightForWidth(child_area_width);
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate.cc 64 label_width, label->GetHeightForWidth(label_width));
71 sub_label->GetHeightForWidth(label_width));
  /external/chromium_org/ash/system/user/
user_view.h 50 virtual int GetHeightForWidth(int width) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.h 79 virtual int GetHeightForWidth(int width) const OVERRIDE;
message_center_widget_delegate.cc 119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
127 int MessageCenterWidgetDelegate::GetHeightForWidth(int width) const {
128 int height = MessageCenterView::GetHeightForWidth(width);
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 164 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
179 label_->GetHeightForWidth(kDialogLabelPreferredWidth));
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 55 return gfx::Size(width_, GetHeightForWidth(width_));
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.cc 55 GetHeightForWidth(GeneratedCreditCardBubbleViews::kContentsWidth));
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 82 virtual int GetHeightForWidth(int w) const OVERRIDE;
  /external/chromium_org/ui/views/controls/
styled_label.h 90 virtual int GetHeightForWidth(int w) const OVERRIDE;
139 // This variable saves the result of the last GetHeightForWidth call in order

Completed in 300 milliseconds

1 2 3