Searched defs:small_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_unittest.cc85 const gfx::ImageSkia small_image = CreateTestImage(small_size, small_size); local
91 button.SetImage(Button::STATE_NORMAL, small_image);
99 button.SetImage(Button::STATE_NORMAL, small_image);
/external/chromium_org/ui/message_center/views/
H A Dmessage_view.h56 const gfx::ImageSkia& small_image,
102 views::ImageView* small_image() { return small_image_view_.get(); } function in class:message_center::MessageView
H A Dmessage_view.cc41 // Take the alpha channel of small_image, mask it with the foreground,
43 const gfx::ImageSkia GetMaskedSmallImage(const gfx::ImageSkia& small_image) { argument
44 int width = small_image.width();
45 int height = small_image.height();
54 gfx::ImageSkiaOperations::CreateMaskedImage(foreground, small_image);
66 const gfx::ImageSkia& small_image,
82 const gfx::ImageSkia masked_small_image = GetMaskedSmallImage(small_image);
114 GetMaskedSmallImage(notification.small_image().AsImageSkia());
63 MessageView(MessageViewController* controller, const std::string& notification_id, const NotifierId& notifier_id, const gfx::ImageSkia& small_image, const base::string16& display_source) argument
/external/chromium_org/ui/message_center/
H A Dnotification.h47 gfx::Image small_image; member in class:message_center::RichNotificationData
134 const gfx::Image& small_image() const { return optional_fields_.small_image; } function in class:message_center::Notification
136 optional_fields_.small_image = image;

Completed in 149 milliseconds