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

  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 48 notification_manager_.reset(new MessageCenterNotificationManager(
52 notification_manager_->SetMessageCenterTrayDelegateForTest(delegate_);
53 notification_manager_->SetFirstRunTimeoutForTest(
59 notification_manager_.reset();
64 return notification_manager_.get();
91 scoped_ptr<MessageCenterNotificationManager> notification_manager_; member in class:message_center::MessageCenterNotificationManagerTest
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 137 NotificationUIManager* notification_manager_; member in class:notifier::SyncedNotification
chrome_notifier_service.h 210 NotificationUIManager* const notification_manager_; member in class:notifier::ChromeNotifierService
chrome_notifier_service_unittest.cc 124 notification_manager_.reset(new StubNotificationUIManager(GURL(
135 notification_manager_.reset();
139 return notification_manager_.get();
162 return new SyncedNotification(sync_data, NULL, notification_manager_.get());
208 scoped_ptr<StubNotificationUIManager> notification_manager_; member in class:notifier::ChromeNotifierServiceTest
synced_notification_unittest.cc 44 notification_manager_.reset(new StubNotificationUIManager(GURL(
60 sync_data1_, NULL, notification_manager_.get()));
62 sync_data2_, NULL, notification_manager_.get()));
64 sync_data3_, NULL, notification_manager_.get()));
66 sync_data4_, NULL, notification_manager_.get()));
71 notification_manager_.reset();
83 return notification_manager_.get();
98 scoped_ptr<StubNotificationUIManager> notification_manager_; member in class:notifier::SyncedNotificationTest
296 notification1_->notification_manager_ = notification_manager();
346 notification1_->notification_manager_ = notification_manager()
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h 185 drive::DriveNotificationManager* notification_manager_; member in class:sync_file_system::drive_backend::SyncEngine

Completed in 185 milliseconds