Searched defs:preferred_width (Results 1 - 8 of 8) 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.cc200 const int preferred_width = textfield->GetPreferredSize().width(); variable
201 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(),
202 preferred_width, bounds.height());
/external/chromium_org/athena/util/
H A Ddrag_handle.cc21 int preferred_width,
47 int preferred_width,
53 preferred_width_(preferred_width),
135 int preferred_width,
138 scroll_direction, delegate, preferred_width, preferred_height);
45 DragHandleView(DragHandleScrollDirection scroll_direction, DragHandleScrollDelegate* delegate, int preferred_width, int preferred_height) argument
133 CreateDragHandleView(DragHandleScrollDirection scroll_direction, DragHandleScrollDelegate* delegate, int preferred_width, int preferred_height) argument
/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.cc163 int preferred_width = local
167 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth));
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc356 int preferred_width = std::min( local
359 return gfx::Size(preferred_width, IconHeight());
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc394 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width(); local
395 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width));
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc684 int preferred_width,
697 if (!(width > preferred_width && height > preferred_height))
700 double horizontal_ratio = static_cast<double>(preferred_width) / width;
707 resized_width = preferred_width;
712 resized_width = preferred_width;
747 int preferred_width,
759 preferred_width,
682 ResizeImage(const gfx::ImageSkia& image, ash::WallpaperLayout layout, int preferred_width, int preferred_height, scoped_refptr<base::RefCountedBytes>* output, gfx::ImageSkia* output_skia) argument
744 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 2658 milliseconds