HomeSort by relevance Sort by last modified time
    Searched refs:kNotificationPreferredImageHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/
message_center_style.cc 34 if (size.height() > kNotificationPreferredImageHeight) {
35 int height = kNotificationPreferredImageHeight;
message_center_style.h 23 const int kNotificationPreferredImageHeight = 240;
  /external/chromium_org/ui/message_center/views/
notification_view.cc 183 message_center::kNotificationPreferredImageHeight);
433 kNotificationPreferredImageWidth, kNotificationPreferredImageHeight);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 59 const int max_height = message_center::kNotificationPreferredImageHeight;

Completed in 2417 milliseconds