Home | History | Annotate | Download | only in notifications

Lines Matching refs:MessageCenterNotificationManager

51 MessageCenterNotificationManager::MessageCenterNotificationManager(
91 MessageCenterNotificationManager::~MessageCenterNotificationManager() {
96 void MessageCenterNotificationManager::RegisterPrefs(
107 void MessageCenterNotificationManager::Add(const Notification& notification,
119 bool MessageCenterNotificationManager::Update(const Notification& notification,
164 const Notification* MessageCenterNotificationManager::FindById(
172 bool MessageCenterNotificationManager::CancelById(const std::string& id) {
185 MessageCenterNotificationManager::GetAllIdsByProfileAndSourceOrigin(
200 bool MessageCenterNotificationManager::CancelAllBySourceOrigin(
219 bool MessageCenterNotificationManager::CancelAllByProfile(Profile* profile) {
236 void MessageCenterNotificationManager::CancelAll() {
242 void MessageCenterNotificationManager::OnNotificationRemoved(
255 void MessageCenterNotificationManager::OnCenterVisibilityChanged(
263 void MessageCenterNotificationManager::OnNotificationUpdated(
270 void MessageCenterNotificationManager::EnsureMessageCenterClosed() {
284 void MessageCenterNotificationManager::SetMessageCenterTrayDelegateForTest(
289 void MessageCenterNotificationManager::Observe(
304 MessageCenterNotificationManager::ImageDownloads::ImageDownloads(
312 MessageCenterNotificationManager::ImageDownloads::~ImageDownloads() { }
314 void MessageCenterNotificationManager::ImageDownloads::StartDownloads(
359 void MessageCenterNotificationManager::ImageDownloads::StartDownloadWithImage(
387 &MessageCenterNotificationManager::ImageDownloads::DownloadComplete,
392 void MessageCenterNotificationManager::ImageDownloads::DownloadComplete(
409 void MessageCenterNotificationManager::ImageDownloads::AddPendingDownload() {
414 MessageCenterNotificationManager::ImageDownloads::PendingDownloadCompleted() {
423 MessageCenterNotificationManager::ProfileNotification::ProfileNotification(
436 MessageCenterNotificationManager::ProfileNotification::~ProfileNotification() {
439 void MessageCenterNotificationManager::ProfileNotification::StartDownloads() {
444 MessageCenterNotificationManager::ProfileNotification::OnDownloadsCompleted() {
449 MessageCenterNotificationManager::ProfileNotification::GetExtensionId() {
472 void MessageCenterNotificationManager::AddProfileNotification(
488 void MessageCenterNotificationManager::RemoveProfileNotification(
495 MessageCenterNotificationManager::ProfileNotification*
496 MessageCenterNotificationManager::FindProfileNotification(