Searched defs:preferred_width (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.h48 void set_preferred_width(int preferred_width) { argument
49 preferred_width_ = preferred_width;
H A Dautofill_dialog_views.cc201 const int preferred_width = textfield->GetPreferredSize().width(); variable
202 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
203 preferred_width, bounds.height());
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc118 int preferred_width = kNotificationWidth + 2 * kMarginBetweenItems; local
119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc162 int preferred_width = local
166 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc367 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/
H A Dbrowser_actions_container.cc253 int preferred_width = std::min( local
257 return gfx::Size(preferred_width, 0);
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc689 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,
687 ResizeImage(const gfx::ImageSkia& image, ash::WallpaperLayout layout, int preferred_width, int preferred_height, scoped_refptr<base::RefCountedBytes>* output, gfx::ImageSkia* output_skia) argument
749 ResizeAndSaveWallpaper(const gfx::ImageSkia& image, const base::FilePath& path, ash::WallpaperLayout layout, int preferred_width, int preferred_height, gfx::ImageSkia* output_skia) argument

Completed in 403 milliseconds