Searched defs:ProfileNotification (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.h150 // MessageCenter. To keep that set, we use the private ProfileNotification
154 // QueuedNotification, ProfileNotification and NotificationList::Notification)
156 class ProfileNotification : public ImageDownloadsObserver { class in class:MessageCenterNotificationManager
158 ProfileNotification(Profile* profile,
161 virtual ~ProfileNotification();
187 typedef std::map<std::string, ProfileNotification*> NotificationMap;
192 void AddProfileNotification(ProfileNotification* profile_notification);
193 void RemoveProfileNotification(ProfileNotification* profile_notification);
195 // Returns the ProfileNotification for the |id|, or NULL if no such
197 ProfileNotification* FindProfileNotificatio
[all...]
H A Dmessage_center_notification_manager.cc121 // ProfileNotification object or the profile ID will not be correctly set for
123 ProfileNotification* profile_notification(
124 new ProfileNotification(profile, notification, message_center_));
158 ProfileNotification* old_notification = (*iter).second;
171 ProfileNotification* new_notification =
172 new ProfileNotification(profile, notification, message_center_);
179 // center via the notification within a ProfileNotification object or the
438 // ProfileNotification
440 MessageCenterNotificationManager::ProfileNotification::ProfileNotification( function in class:MessageCenterNotificationManager::ProfileNotification
[all...]

Completed in 778 milliseconds