Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dnotification_view.cc257 NotificationView* NotificationView::Create(MessageCenterController* controller, in Create()
279 NotificationView* notification_view = in Create()
280 new NotificationView(controller, notification); in Create()
292 void NotificationView::CreateOrUpdateViews(const Notification& notification) { in CreateOrUpdateViews()
303 void NotificationView::SetAccessibleName(const Notification& notification) { in SetAccessibleName()
316 NotificationView::NotificationView(MessageCenterController* controller, in NotificationView() function in message_center::NotificationView
360 NotificationView::~NotificationView() { in ~NotificationView()
363 gfx::Size NotificationView::GetPreferredSize() const { in GetPreferredSize()
371 int NotificationView::GetHeightForWidth(int width) const { in GetHeightForWidth()
405 void NotificationView::Layout() { in Layout()
[all …]
Dnotification_view.h23 class NotificationView; variable
30 class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
40 static NotificationView* Create(MessageCenterController* controller,
43 virtual ~NotificationView();
70 NotificationView(MessageCenterController* controller,
114 DISALLOW_COPY_AND_ASSIGN(NotificationView);
Dmessage_center_view_unittest.cc31 class MockNotificationView : public NotificationView {
56 : NotificationView(controller, notification), in MockNotificationView()
66 return NotificationView::GetPreferredSize(); in GetPreferredSize()
72 return NotificationView::GetHeightForWidth(width); in GetHeightForWidth()
78 NotificationView::Layout(); in Layout()
Dmessage_center_view.h37 class NotificationView; variable
111 typedef std::map<std::string, NotificationView*> NotificationViewsMap;
Dnotification_view_unittest.cc35 NotificationView* notification_view() { return notification_view_.get(); } in notification_view()
100 scoped_ptr<NotificationView> notification_view_;
131 NotificationView::Create(this, *notification_, true)); in SetUp()
Dmessage_center_view.cc847 NotificationView* view = view_iter->second; in OnNotificationRemoved()
882 NotificationView* view = view_iter->second; in OnNotificationUpdated()
967 NotificationView* view = in AddNotificationAt()
968 NotificationView::Create(this, notification, false); // Not top-level. in AddNotificationAt()
Dmessage_popup_collection.cc145 NotificationView* view = in UpdateWidgets()
146 NotificationView::Create(NULL, in UpdateWidgets()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item_unittest.cc189 TEST_F(ScreenCaptureTest, NotificationView) { TestNotificationView(this); } in TEST_F() argument
190 TEST_F(ScreenShareTest, NotificationView) { TestNotificationView(this); } in TEST_F() argument
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc238 class NotificationView : public views::View, class
242 NotificationView(const DialogNotification& data, in NotificationView() function in autofill::__anon15ebfa580111::NotificationView
302 virtual ~NotificationView() {} in ~NotificationView()
374 DISALLOW_COPY_AND_ASSIGN(NotificationView);
745 scoped_ptr<NotificationView> view(new NotificationView(notification, in SetNotifications()