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

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc123 ProfileNotification* profile_notification(
125 AddProfileNotification(profile_notification);
137 profile_notification->AddToAlternateProvider(extension_id);
140 new message_center::Notification(profile_notification->notification())));
141 profile_notification->StartDownloads();
485 ProfileNotification* profile_notification) {
486 std::string id = profile_notification->notification().delegate_id();
489 profile_notifications_[id] = profile_notification;
493 ProfileNotification* profile_notification) {
494 std::string id = profile_notification
484 AddProfileNotification( ProfileNotification* profile_notification) argument
492 RemoveProfileNotification( ProfileNotification* profile_notification) argument
[all...]

Completed in 83 milliseconds