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

  /external/chromium_org/ui/message_center/views/
message_view.cc 41 // Take the alpha channel of small_image, mask it with the foreground,
43 const gfx::ImageSkia GetMaskedSmallImage(const gfx::ImageSkia& small_image) {
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());
message_view.h 56 const gfx::ImageSkia& small_image,
102 views::ImageView* small_image() { return small_image_view_.get(); } function in class:message_center::MessageView
notification_view.cc 345 notification.small_image().AsImageSkia(),
379 AddChildView(small_image());
  /external/chromium_org/ui/message_center/
notification.h 47 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;
notification.cc 41 small_image(other.small_image),
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 105 gfx::ImageSkia small_image(gfx::ImageSkiaRep(gfx::Size(10, 20), 1.0f));
107 gfx::ImageSkia resized_small = Resize(small_image, gfx::Size(800, 600),
  /external/chromium_org/ui/views/controls/button/
label_button_unittest.cc 85 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/chrome/browser/notifications/
notification_conversion_helper.cc 39 if (!rich_data->small_image.IsEmpty()) {
42 GfxImageToNotificationBitmap(&rich_data->small_image, icon_mask.get());
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 225 &optional_fields.small_image)) {

Completed in 237 milliseconds