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

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc140 const gfx::Size& target_size_dips,
146 const int max_device_pixel_width = target_size_dips.width() * max_scale;
147 const int max_device_pixel_height = target_size_dips.height() * max_scale;
138 NotificationBitmapToGfxImage( float max_scale, const gfx::Size& target_size_dips, extensions::api::notifications::NotificationBitmap* notification_bitmap, gfx::Image* return_image) argument

Completed in 185 milliseconds