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

  /external/chromium_org/ui/message_center/views/
notification_view.h 23 class NotificationView;
30 class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
34 // always NotificationView instances but in the future
40 static NotificationView* Create(MessageCenterController* controller,
43 virtual ~NotificationView();
70 NotificationView(MessageCenterController* controller,
101 // Weak references to NotificationView descendants owned by their parents.
114 DISALLOW_COPY_AND_ASSIGN(NotificationView);
notification_view.cc 254 // NotificationView ////////////////////////////////////////////////////////////
257 NotificationView* NotificationView::Create(MessageCenterController* controller,
278 // Currently all roads lead to the generic NotificationView.
279 NotificationView* notification_view =
280 new NotificationView(controller, notification);
292 void NotificationView::CreateOrUpdateViews(const Notification& notification) {
303 void NotificationView::SetAccessibleName(const Notification& notification) {
316 NotificationView::NotificationView(MessageCenterController* controller
    [all...]
message_center_view_unittest.cc 29 /* Instrumented/Mock NotificationView subclass ********************************/
31 class MockNotificationView : public NotificationView {
56 : NotificationView(controller, notification),
66 return NotificationView::GetPreferredSize();
72 return NotificationView::GetHeightForWidth(width);
78 NotificationView::Layout();
152 // Remove and delete the NotificationView now owned by the MessageCenterView's
232 // NotificationView or more than a total of 20 GetPreferredSize() and
233 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
message_center_view.h 37 class NotificationView;
109 // Map notification_id->NotificationView*. It contains all NotificationViews
111 typedef std::map<std::string, NotificationView*> NotificationViewsMap;
notification_view_unittest.cc 35 NotificationView* notification_view() { return notification_view_.get(); }
100 scoped_ptr<NotificationView> notification_view_;
129 // Then create a new NotificationView with that single notification.
131 NotificationView::Create(this, *notification_, true));
message_popup_collection.cc 145 NotificationView* view =
146 NotificationView::Create(NULL,
message_center_view.cc 847 NotificationView* view = view_iter->second;
882 NotificationView* view = view_iter->second;
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 189 TEST_F(ScreenCaptureTest, NotificationView) { TestNotificationView(this); }
190 TEST_F(ScreenShareTest, NotificationView) { TestNotificationView(this); }
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 238 class NotificationView : public views::View,
242 NotificationView(const DialogNotification& data,
302 virtual ~NotificationView() {}
374 DISALLOW_COPY_AND_ASSIGN(NotificationView);
745 scoped_ptr<NotificationView> view(new NotificationView(notification,
    [all...]

Completed in 1668 milliseconds