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

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.h 149 // MessageCenter. To keep that set, we use the private ProfileNotification
153 // QueuedNotification, ProfileNotification and NotificationList::Notification)
155 class ProfileNotification : public ImageDownloadsObserver {
157 ProfileNotification(Profile* profile,
160 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* FindProfileNotification(const std::string& id) const
    [all...]
message_center_notification_manager.cc 102 new ProfileNotification(profile, notification, message_center_));
119 ProfileNotification* old_notification = (*iter).second;
133 ProfileNotification* new_notification =
134 new ProfileNotification(profile, notification, message_center_);
400 // ProfileNotification
402 MessageCenterNotificationManager::ProfileNotification::ProfileNotification(
415 MessageCenterNotificationManager::ProfileNotification::~ProfileNotification() {
418 void MessageCenterNotificationManager::ProfileNotification::StartDownloads()
    [all...]

Completed in 2754 milliseconds