/external/chromium_org/athena/util/ |
D | drag_handle.cc | 21 int preferred_width, 47 int preferred_width, in DragHandleView() argument 53 preferred_width_(preferred_width), in DragHandleView() 135 int preferred_width, in CreateDragHandleView() argument 138 scroll_direction, delegate, preferred_width, preferred_height); in CreateDragHandleView()
|
D | drag_handle.h | 36 int preferred_width,
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | info_bubble.h | 48 void set_preferred_width(int preferred_width) { in set_preferred_width() argument 49 preferred_width_ = preferred_width; in set_preferred_width()
|
D | autofill_dialog_views.cc | 200 const int preferred_width = textfield->GetPreferredSize().width(); in Layout() local 201 textfield->SetBounds(bounds.width() - preferred_width, bounds.y(), in Layout() 202 preferred_width, bounds.height()); in Layout()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_widget_delegate.cc | 118 int preferred_width = kNotificationWidth + 2 * kMarginBetweenItems; in GetPreferredSize() local 119 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width)); in GetPreferredSize()
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | content_setting_decoration.mm | 307 CGFloat preferred_width = ImageDecoration::GetWidthForSpace(width); 313 preferred_width += kIconMarginPadding + kTextMarginPadding; 317 preferred_width += text_width_ * kInMotionMultiplier * progress; 320 preferred_width += text_width_; 323 preferred_width += text_width_ * kInMotionMultiplier * (1 - progress); 331 return preferred_width;
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.h | 212 int preferred_width, 224 int preferred_width,
|
D | wallpaper_manager.cc | 684 int preferred_width, in ResizeImage() argument 697 if (!(width > preferred_width && height > preferred_height)) in ResizeImage() 700 double horizontal_ratio = static_cast<double>(preferred_width) / width; in ResizeImage() 707 resized_width = preferred_width; in ResizeImage() 712 resized_width = preferred_width; in ResizeImage() 747 int preferred_width, in ResizeAndSaveWallpaper() argument 759 preferred_width, in ResizeAndSaveWallpaper()
|
/external/chromium_org/ui/message_center/views/ |
D | notification_view.cc | 394 int preferred_width = std::max(top_width, bottom_width) + GetInsets().width(); in GetPreferredSize() local 395 return gfx::Size(preferred_width, GetHeightForWidth(preferred_width)); in GetPreferredSize()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | content_setting_bubble_contents.cc | 163 int preferred_width = in GetPreferredSize() local 167 preferred_size.set_width(std::min(preferred_width, kMaxContentsWidth)); in GetPreferredSize()
|
/external/chromium_org/sync/protocol/ |
D | synced_notification_render.proto | 167 optional int32 preferred_width = 3; field
|
D | proto_value_conversions.cc | 287 SET_INT32(preferred_width); in SyncedNotificationImageToValue()
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | browser_actions_container.cc | 356 int preferred_width = std::min( in GetPreferredSize() local 359 return gfx::Size(preferred_width, IconHeight()); in GetPreferredSize()
|