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 159 // MessageCenter. To keep that set, we use the private ProfileNotification
163 // QueuedNotification, ProfileNotification and NotificationList::Notification)
165 class ProfileNotification : public ImageDownloadsObserver {
167 ProfileNotification(Profile* profile,
170 virtual ~ProfileNotification();
197 typedef std::map<std::string, ProfileNotification*> NotificationMap;
202 void AddProfileNotification(ProfileNotification* profile_notification);
203 void RemoveProfileNotification(ProfileNotification* profile_notification);
205 // Returns the ProfileNotification for the |id|, or NULL if no such
207 ProfileNotification* FindProfileNotification(const std::string& id) const
    [all...]
message_center_notification_manager.cc 116 new ProfileNotification(profile, notification, message_center_));
133 ProfileNotification* old_notification = (*iter).second;
147 ProfileNotification* new_notification =
148 new ProfileNotification(profile, notification, message_center_);
421 // ProfileNotification
423 MessageCenterNotificationManager::ProfileNotification::ProfileNotification(
436 MessageCenterNotificationManager::ProfileNotification::~ProfileNotification() {
439 void MessageCenterNotificationManager::ProfileNotification::StartDownloads()
    [all...]

Completed in 65 milliseconds