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

  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 79 notification_manager_.reset(new MessageCenterNotificationManager(
83 notification_manager_->SetMessageCenterTrayDelegateForTest(delegate_);
84 notification_manager_->SetFirstRunTimeoutForTest(
90 notification_manager_.reset();
95 return notification_manager_.get();
119 scoped_ptr<MessageCenterNotificationManager> notification_manager_; member in class:message_center::MessageCenterNotificationManagerTest
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 46 : profile_(profile), notification_manager_(manager) {
106 notification_manager_->CancelById(found->GetKey());
111 notification_manager_->CancelById(found->GetKey());
411 notification_manager_->CancelById(notification->GetKey());
417 notification->QueueBitmapFetchJobs(notification_manager_,
chrome_notifier_service.h 105 NotificationUIManager* const notification_manager_; member in class:notifier::ChromeNotifierService
synced_notification.h 117 NotificationUIManager* notification_manager_; member in class:notifier::SyncedNotification
synced_notification.cc 70 : notification_manager_(NULL),
120 Show(notification_manager_, notifier_service_, profile_);
136 notification_manager_ = notification_manager;
synced_notification_unittest.cc 382 notification1_->notification_manager_ = &notification_manager;

Completed in 1282 milliseconds