Searched refs:NotificationView (Results 1 – 9 of 9) sorted by relevance
| /external/chromium_org/ui/message_center/views/ |
| D | notification_view.cc | 257 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 …]
|
| D | notification_view.h | 23 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);
|
| D | message_center_view_unittest.cc | 31 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()
|
| D | message_center_view.h | 37 class NotificationView; variable 111 typedef std::map<std::string, NotificationView*> NotificationViewsMap;
|
| D | notification_view_unittest.cc | 35 NotificationView* notification_view() { return notification_view_.get(); } in notification_view() 100 scoped_ptr<NotificationView> notification_view_; 131 NotificationView::Create(this, *notification_, true)); in SetUp()
|
| D | message_center_view.cc | 847 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()
|
| D | message_popup_collection.cc | 145 NotificationView* view = in UpdateWidgets() 146 NotificationView::Create(NULL, in UpdateWidgets()
|
| /external/chromium_org/ash/system/chromeos/screen_security/ |
| D | screen_tray_item_unittest.cc | 189 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/ |
| D | autofill_dialog_views.cc | 238 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()
|