Home | History | Annotate | Download | only in notifications

Lines Matching refs:Profile

17 class Profile;
20 // notifications. There is one instance per profile.
29 virtual void Add(const Notification& notification, Profile* profile) = 0;
33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
47 Profile* profile,
54 // Removes notifications matching |profile|. Returns true if any were removed.
55 virtual bool CancelAllByProfile(Profile* profile) = 0;