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

  /external/chromium_org/ui/message_center/views/
notification_view.h 22 class NotificationView;
29 class MESSAGE_CENTER_EXPORT NotificationView : public MessageView,
33 // always NotificationView instances but in the future
39 static NotificationView* Create(MessageCenterController* controller,
44 virtual ~NotificationView();
72 NotificationView(MessageCenterController* controller,
89 // Weak references to NotificationView descendants owned by their parents.
103 DISALLOW_COPY_AND_ASSIGN(NotificationView);
notification_view.cc 263 // NotificationView ////////////////////////////////////////////////////////////
266 NotificationView* NotificationView::Create(MessageCenterController* controller,
288 // Currently all roads lead to the generic NotificationView.
289 NotificationView* notification_view =
290 new NotificationView(controller, notification, expanded);
302 NotificationView::NotificationView(MessageCenterController* controller,
477 NotificationView::~NotificationView() {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 246 class NotificationView : public views::View,
250 NotificationView(const DialogNotification& data,
310 virtual ~NotificationView() {}
382 DISALLOW_COPY_AND_ASSIGN(NotificationView);
719 scoped_ptr<NotificationView> view(new NotificationView(notification,
    [all...]

Completed in 41 milliseconds