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

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc114 extensions::api::notifications::NotificationBitmap* notification_bitmap) {
118 notification_bitmap->width = sk_bitmap.width();
119 notification_bitmap->height = sk_bitmap.height();
132 notification_bitmap->data.reset(new std::string(
141 extensions::api::notifications::NotificationBitmap* notification_bitmap,
143 if (!notification_bitmap)
151 const int width = notification_bitmap->width;
152 const int height = notification_bitmap->height;
159 std::string* rgba_data = notification_bitmap->data.get();
112 GfxImageToNotificationBitmap( const gfx::Image* gfx_image, extensions::api::notifications::NotificationBitmap* notification_bitmap) argument
138 NotificationBitmapToGfxImage( float max_scale, const gfx::Size& target_size_dips, extensions::api::notifications::NotificationBitmap* notification_bitmap, gfx::Image* return_image) argument

Completed in 624 milliseconds