HomeSort by relevance Sort by last modified time
    Searched refs:preferred_width (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.h 48 void set_preferred_width(int preferred_width) {
49 preferred_width_ = preferred_width;
autofill_dialog_views.cc 201 const int preferred_width = textfield->GetPreferredSize().width(); variable
202 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
203 preferred_width, bounds.height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 118 int preferred_width = kNotificationWidth + 2 * kMarginBetweenItems; local
119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.h 202 // Resizes |image| to a resolution which is nearest to |preferred_width| and
207 int preferred_width,
212 // Resizes |image| to a resolution which is nearest to |preferred_width| and
219 int preferred_width,
wallpaper_manager.cc 689 int preferred_width,
702 if (!(width > preferred_width && height > preferred_height))
705 double horizontal_ratio = static_cast<double>(preferred_width) / width;
712 resized_width = preferred_width;
717 resized_width = preferred_width;
752 int preferred_width,
764 preferred_width,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 162 int preferred_width = local
166 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
  /external/chromium_org/ui/message_center/views/
notification_view.cc 367 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width(); local
368 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 253 int preferred_width = std::min( local
257 return gfx::Size(preferred_width, 0);
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 275 SET_INT32(preferred_width);
    [all...]

Completed in 259 milliseconds