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

  /external/chromium_org/ui/message_center/
message_center_style.cc 52 const int kNotificationMaximumImageHeight =
59 if (size.height() > kNotificationMaximumImageHeight) {
60 int height = kNotificationMaximumImageHeight;
message_center_style.h 65 extern const int kNotificationMaximumImageHeight; // For image notifications.

Completed in 25 milliseconds