Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/extensions/
Dnotifications_native_handler.cc39 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/common/extensions/api/notifications/
Dnotification_style.h15 gfx::Size button_icon_size; member
Dnotification_style.cc16 sizes.button_icon_size = in GetNotificationBitmapSizes()
/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc306 bitmap_sizes.button_icon_size, in CreateNotification()
424 bitmap_sizes.button_icon_size, in UpdateNotification()