Searched refs:bitmap_sizes (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/renderer/extensions/ |
D | notifications_native_handler.cc | 28 NotificationBitmapSizes bitmap_sizes = GetNotificationBitmapSizes(); in GetNotificationImageSizes() local 35 dict->SetInteger("icon.width", bitmap_sizes.icon_size.width()); in GetNotificationImageSizes() 36 dict->SetInteger("icon.height", bitmap_sizes.icon_size.height()); in GetNotificationImageSizes() 37 dict->SetInteger("image.width", bitmap_sizes.image_size.width()); in GetNotificationImageSizes() 38 dict->SetInteger("image.height", bitmap_sizes.image_size.height()); in GetNotificationImageSizes() 39 dict->SetInteger("buttonIcon.width", bitmap_sizes.button_icon_size.width()); in GetNotificationImageSizes() 40 dict->SetInteger("buttonIcon.height", bitmap_sizes.button_icon_size.height()); in GetNotificationImageSizes()
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
D | notifications_api.cc | 269 NotificationBitmapSizes bitmap_sizes = GetNotificationBitmapSizes(); in CreateNotification() local 282 bitmap_sizes.icon_size, in CreateNotification() 306 bitmap_sizes.button_icon_size, in CreateNotification() 319 bitmap_sizes.image_size, in CreateNotification() 388 NotificationBitmapSizes bitmap_sizes = GetNotificationBitmapSizes(); in UpdateNotification() local 404 image_scale, bitmap_sizes.icon_size, options->icon_bitmap.get(), &icon); in UpdateNotification() 424 bitmap_sizes.button_icon_size, in UpdateNotification() 439 bitmap_sizes.image_size, in UpdateNotification()
|