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

  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 63 MessageCenterNotificationManager* notification_manager() { function in class:message_center::MessageCenterNotificationManagerTest
99 notification_manager()->Add(GetANotification("test"), &profile);
107 notification_manager()->Add(GetANotification("test"), &profile);
122 notification_manager()->Add(GetANotification("test"), &profile);
127 EXPECT_FALSE(notification_manager()->FirstRunTimerIsActive());
134 notification_manager()->Add(GetANotification("test"), &profile);
137 EXPECT_FALSE(notification_manager()->FirstRunTimerIsActive());
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc 68 NotificationUIManager* notification_manager = local
83 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
91 EXPECT_TRUE(notification_manager->FindById(kTestBatteryAddress) != NULL);
100 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
109 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
118 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
144 NotificationUIManager* notification_manager = local
150 EXPECT_TRUE(notification_manager->FindById(kTestBatteryAddress) != NULL);
153 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
peripheral_battery_observer.cc 210 NotificationUIManager* notification_manager =
229 notification_manager->Add(
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.cc 62 NotificationUIManager* notification_manager = local
66 notification_manager);
synced_notification_unittest.cc 82 StubNotificationUIManager* notification_manager() { function in class:notifier::SyncedNotificationTest
245 sync_data1_, NULL, notification_manager()));
258 const Notification notification = notification_manager()->notification();
276 EXPECT_EQ(std::string(kKey1), notification_manager()->dismissed_id());
282 sync_data1_, NULL, notification_manager()));
296 notification1_->notification_manager_ = notification_manager();
326 EXPECT_FALSE(notification_manager()->notification().small_image().IsEmpty());
330 notification_manager()->notification().type());
332 base::UTF16ToUTF8(notification_manager()->notification().title()));
335 base::UTF16ToUTF8(notification_manager()->notification().message()))
    [all...]
chrome_notifier_service_unittest.cc 138 StubNotificationUIManager* notification_manager() { function in class:notifier::ChromeNotifierServiceTest
216 ChromeNotifierService notifier(profile_.get(), notification_manager());
232 ChromeNotifierService notifier(profile_.get(), notification_manager());
247 ChromeNotifierService notifier(profile_.get(), notification_manager());
277 ChromeNotifierService notifier(profile_.get(), notification_manager());
328 ChromeNotifierService notifier(profile_.get(), notification_manager());
378 ChromeNotifierService notifier(profile_.get(), notification_manager());
441 ChromeNotifierService notifier(profile_.get(), notification_manager());
475 EXPECT_EQ(std::string(kKey1), notification_manager()->dismissed_id());
485 ChromeNotifierService notifier(profile_.get(), notification_manager());
    [all...]
synced_notification.h 38 NotificationUIManager* notification_manager);
synced_notification.cc 71 NotificationUIManager* notification_manager)
72 : notification_manager_(notification_manager),
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc 193 drive::DriveNotificationManager* notification_manager = local
211 notification_manager,
675 drive::DriveNotificationManager* notification_manager,
687 notification_manager_(notification_manager),
sync_engine.h 155 drive::DriveNotificationManager* notification_manager,

Completed in 1454 milliseconds