Home | History | Annotate | Download | only in notifications

Lines Matching full:profile

28   QueuedNotification(const Notification& notification, Profile* profile)
30 profile_(profile) {
34 Profile* profile() const { return profile_; }
44 // Non owned pointer to the user's profile.
45 Profile* profile_;
94 Profile* profile) {
102 new QueuedNotification(notification, profile));
172 queued_notification->profile());