Home
last modified time | relevance | path

Searched refs:set_small_image (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification.h135 void set_small_image(const gfx::Image& image) { in set_small_image() function
/external/chromium_org/ui/message_center/cocoa/
Dnotification_controller_unittest.mm132 notification->set_small_image(testIcon);
225 notification->set_small_image(testIcon);
/external/chromium_org/ui/message_center/views/
Dnotification_view_unittest.cc125 notification_->set_small_image(CreateTestImage(16, 16)); in SetUp()
/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc356 notification->set_small_image(app_icon_mask); in UpdateNotification()