Searched refs:notification2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Dactive_notification_tracker_unittest.cc16 blink::WebNotification notification2; local
17 int id2 = tracker.RegisterNotification(notification2);
24 EXPECT_TRUE(result == notification2);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DNotificationManagerTest.java20 private Notification notification2 = new Notification(); field in class:NotificationManagerTest
32 notificationManager.notify(31, notification2);
34 assertEquals(notification2, shadowOf(notificationManager).getNotification(31));
41 notificationManager.notify(1, notification2);
43 assertEquals(notification2, shadowOf(notificationManager).getNotification(1));
89 notificationManager.notify(31, notification2);
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper_unittest.cc104 scoped_ptr<Notification> notification2 = local
109 *(notification2), options2.get());

Completed in 185 milliseconds