ProfileNotification  105 chrome/browser/notifications/message_center_notification_manager.cc       new ProfileNotification(profile, notification, message_center_));
ProfileNotification  122 chrome/browser/notifications/message_center_notification_manager.cc     ProfileNotification* old_notification = (*iter).second;
ProfileNotification  136 chrome/browser/notifications/message_center_notification_manager.cc       ProfileNotification* new_notification =
ProfileNotification  137 chrome/browser/notifications/message_center_notification_manager.cc           new ProfileNotification(profile, notification, message_center_);
ProfileNotification  419 chrome/browser/notifications/message_center_notification_manager.cc MessageCenterNotificationManager::ProfileNotification::ProfileNotification(
ProfileNotification  432 chrome/browser/notifications/message_center_notification_manager.cc MessageCenterNotificationManager::ProfileNotification::~ProfileNotification() {
ProfileNotification  435 chrome/browser/notifications/message_center_notification_manager.cc void MessageCenterNotificationManager::ProfileNotification::StartDownloads() {
ProfileNotification  440 chrome/browser/notifications/message_center_notification_manager.cc MessageCenterNotificationManager::ProfileNotification::OnDownloadsCompleted() {
ProfileNotification  445 chrome/browser/notifications/message_center_notification_manager.cc     MessageCenterNotificationManager::ProfileNotification::GetExtensionId() {
ProfileNotification  469 chrome/browser/notifications/message_center_notification_manager.cc     ProfileNotification* profile_notification) {
ProfileNotification  485 chrome/browser/notifications/message_center_notification_manager.cc     ProfileNotification* profile_notification) {
ProfileNotification  491 chrome/browser/notifications/message_center_notification_manager.cc MessageCenterNotificationManager::ProfileNotification*
ProfileNotification  160 chrome/browser/notifications/message_center_notification_manager.h   class ProfileNotification : public ImageDownloadsObserver {
ProfileNotification  162 chrome/browser/notifications/message_center_notification_manager.h     ProfileNotification(Profile* profile,
ProfileNotification  165 chrome/browser/notifications/message_center_notification_manager.h     virtual ~ProfileNotification();
ProfileNotification  192 chrome/browser/notifications/message_center_notification_manager.h   typedef std::map<std::string, ProfileNotification*> NotificationMap;
ProfileNotification  197 chrome/browser/notifications/message_center_notification_manager.h   void AddProfileNotification(ProfileNotification* profile_notification);
ProfileNotification  198 chrome/browser/notifications/message_center_notification_manager.h   void RemoveProfileNotification(ProfileNotification* profile_notification);
ProfileNotification  202 chrome/browser/notifications/message_center_notification_manager.h   ProfileNotification* FindProfileNotification(const std::string& id) const;