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/chromeos/power/
peripheral_battery_observer_browsertest.cc 70 NotificationUIManager* notification_manager = local
85 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
93 EXPECT_TRUE(notification_manager->FindById(kTestBatteryAddress) != NULL);
102 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
111 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
120 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
146 NotificationUIManager* notification_manager = local
152 EXPECT_TRUE(notification_manager->FindById(kTestBatteryAddress) != NULL);
155 EXPECT_FALSE(notification_manager->FindById(kTestBatteryAddress) != NULL);
peripheral_battery_observer.cc 210 NotificationUIManager* notification_manager =
229 notification_manager->Add(notification,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.cc 58 NotificationUIManager* notification_manager = local
62 notification_manager);
synced_notification_unittest.cc 320 StubNotificationUIManager notification_manager;
323 notification1_->Show(&notification_manager, NULL, NULL);
325 const Notification notification = notification_manager.notification();
351 StubNotificationUIManager notification_manager;
354 notification4_->Show(&notification_manager, NULL, NULL);
356 EXPECT_EQ(std::string(kKey1), notification_manager.dismissed_id());
379 StubNotificationUIManager notification_manager;
382 notification1_->notification_manager_ = &notification_manager;
406 notification_manager.notification().type());
408 UTF16ToUTF8(notification_manager.notification().title()))
    [all...]
chrome_notifier_service_unittest.cc 268 StubNotificationUIManager notification_manager; local
269 ChromeNotifierService notifier(NULL, &notification_manager);
284 StubNotificationUIManager notification_manager; local
285 ChromeNotifierService notifier(NULL, &notification_manager);
315 StubNotificationUIManager notification_manager; local
316 ChromeNotifierService notifier(NULL, &notification_manager);
362 StubNotificationUIManager notification_manager; local
363 ChromeNotifierService notifier(NULL, &notification_manager);
413 StubNotificationUIManager notification_manager; local
414 ChromeNotifierService notifier(NULL, &notification_manager);
477 StubNotificationUIManager notification_manager; local
522 StubNotificationUIManager notification_manager; local
565 StubNotificationUIManager notification_manager; local
    [all...]
synced_notification.h 86 void QueueBitmapFetchJobs(NotificationUIManager* notification_manager,
95 void Show(NotificationUIManager* notification_manager,
synced_notification.cc 125 NotificationUIManager* notification_manager,
131 Show(notification_manager, notifier_service, profile);
136 notification_manager_ = notification_manager;
161 Show(notification_manager, notifier_service, profile);
187 void SyncedNotification::Show(NotificationUIManager* notification_manager,
193 notification_manager->CancelById(GetKey());
299 notification_manager->Add(ui_notification, profile);
311 notification_manager->Add(ui_notification, profile);
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 94 MessageCenterNotificationManager* notification_manager() { function in class:message_center::MessageCenterNotificationManagerTest
127 notification_manager()->Add(GetANotification("test"), &profile);
135 notification_manager()->Add(GetANotification("test"), &profile);
149 notification_manager()->Add(GetANotification("test"), &profile);
153 EXPECT_FALSE(notification_manager()->FirstRunTimerIsActive());
160 notification_manager()->Add(GetANotification("test"), &profile);
163 EXPECT_FALSE(notification_manager()->FirstRunTimerIsActive());

Completed in 454 milliseconds