Home
last modified time | relevance | path

Searched refs:max_balloon_count (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc268 for (int i = 0; i < balloon_collection_->max_balloon_count(); ++i) { in TEST_F()
274 EXPECT_EQ(balloon_collection_->max_balloon_count(), in TEST_F()
283 id <= kLotsOfToasts - balloon_collection_->max_balloon_count(); in TEST_F()
289 EXPECT_EQ(balloon_collection_->max_balloon_count(), in TEST_F()
Ddesktop_notifications_unittest.h38 int max_balloon_count() const { return kMockBalloonSpace; } in max_balloon_count() function