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

  /external/chromium_org/ui/message_center/views/
constants.h 35 message_center::kNotificationWidth * message_center::kTitleLineLimit / 4;
37 message_center::kNotificationWidth *
40 message_center::kNotificationWidth *
message_bubble_base.cc 74 kNotificationWidth,
75 kNotificationWidth);
notification_button.cc 75 return gfx::Size(message_center::kNotificationWidth,
toast_contents_view.cc 44 int width = kNotificationWidth + view->GetInsets().width();
notification_view.cc 50 const int kProgressBarWidth = message_center::kNotificationWidth -
  /external/chromium_org/ui/message_center/
message_center_style.h 31 const int kNotificationWidth = 360;
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 112 int preferred_width = kNotificationWidth + 2 * kMarginBetweenItems;

Completed in 462 milliseconds