Home
last modified time | relevance | path

Searched refs:bitmap_sizes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dnotifications_native_handler.cc28 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/
Dnotifications_api.cc269 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()