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

  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 80 notification_manager_.reset(new MessageCenterNotificationManager(
84 notification_manager_->SetMessageCenterTrayDelegateForTest(delegate_);
85 notification_manager_->SetFirstRunTimeoutForTest(
91 notification_manager_.reset();
96 return notification_manager_.get();
120 scoped_ptr<MessageCenterNotificationManager> notification_manager_; member in class:message_center::MessageCenterNotificationManagerTest
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 51 : profile_(profile), notification_manager_(manager),
114 notification_manager_->CancelById(found->GetKey());
119 notification_manager_->CancelById(found->GetKey());
437 notification_manager_->CancelById(notification->GetKey());
443 notification->QueueBitmapFetchJobs(notification_manager_,
574 notification_manager_->CancelById((*iter)->GetKey());
chrome_notifier_service.h 168 NotificationUIManager* const notification_manager_; member in class:notifier::ChromeNotifierService
synced_notification.h 119 NotificationUIManager* notification_manager_; member in class:notifier::SyncedNotification
synced_notification.cc 70 : notification_manager_(NULL),
141 Show(notification_manager_, notifier_service_, profile_);
157 notification_manager_ = notification_manager;
synced_notification_unittest.cc 381 notification1_->notification_manager_ = &notification_manager;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc 118 if (notification_manager_)
119 notification_manager_->RemoveObserver(this);
129 if (notification_manager_)
130 notification_manager_->AddObserver(this);
413 notification_manager_(notification_manager),
sync_engine.h 176 drive::DriveNotificationManager* notification_manager_; member in class:sync_file_system::drive_backend::SyncEngine

Completed in 221 milliseconds