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

/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_unittest.cc86 const gfx::ImageSkia small_image = CreateTestImage(small_size, small_size); local
92 button.SetImage(Button::STATE_NORMAL, small_image);
100 button.SetImage(Button::STATE_NORMAL, small_image);
/external/chromium_org/ui/message_center/views/
H A Dmessage_view.cc41 const gfx::ImageSkia& small_image,
58 small_image_view->SetImage(small_image);
87 small_image_view_->SetImage(notification.small_image().AsImageSkia());
38 MessageView(MessageViewController* controller, const std::string& notification_id, const NotifierId& notifier_id, const gfx::ImageSkia& small_image, const base::string16& display_source) argument
H A Dmessage_view.h52 const gfx::ImageSkia& small_image,
98 views::ImageView* small_image() { return small_image_view_.get(); } function in class:message_center::MessageView
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification.cc184 gfx::Image small_image = local
186 rich_notification_data.small_image = small_image;
/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 144 milliseconds