Searched refs:NoNotificationMessageView (Results 1 – 1 of 1) sorted by relevance
58 class NoNotificationMessageView : public views::View { class60 NoNotificationMessageView();61 virtual ~NoNotificationMessageView();71 DISALLOW_COPY_AND_ASSIGN(NoNotificationMessageView);74 NoNotificationMessageView::NoNotificationMessageView() { in NoNotificationMessageView() function in message_center::NoNotificationMessageView87 NoNotificationMessageView::~NoNotificationMessageView() { in ~NoNotificationMessageView()90 gfx::Size NoNotificationMessageView::GetPreferredSize() const { in GetPreferredSize()94 int NoNotificationMessageView::GetHeightForWidth(int width) const { in GetHeightForWidth()98 void NoNotificationMessageView::Layout() { in Layout()578 empty_list_view_.reset(new NoNotificationMessageView); in MessageCenterView()