HomeSort by relevance Sort by last modified time
    Searched full:notifications_listener (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/
upgrade_detector_impl_unittest.cc 75 TestUpgradeNotificationListener notifications_listener; local
78 EXPECT_TRUE(notifications_listener.notifications_received().empty());
83 EXPECT_TRUE(notifications_listener.notifications_received().empty());
87 ASSERT_EQ(1U, notifications_listener.notifications_received().size());
89 notifications_listener.notifications_received().front());
96 TestUpgradeNotificationListener notifications_listener; local
99 EXPECT_TRUE(notifications_listener.notifications_received().empty());
104 EXPECT_TRUE(notifications_listener.notifications_received().empty());
108 ASSERT_EQ(1U, notifications_listener.notifications_received().size());
110 notifications_listener.notifications_received().front())
    [all...]

Completed in 153 milliseconds