Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc58 class NoNotificationMessageView : public views::View { class
60 NoNotificationMessageView();
61 virtual ~NoNotificationMessageView();
71 DISALLOW_COPY_AND_ASSIGN(NoNotificationMessageView);
74 NoNotificationMessageView::NoNotificationMessageView() { in NoNotificationMessageView() function in message_center::NoNotificationMessageView
87 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()