Searched refs:max_balloon_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.h38 int max_balloon_count() const { return kMockBalloonSpace; } function in class:MockBalloonCollection
H A Ddesktop_notifications_unittest.cc268 for (int i = 0; i < balloon_collection_->max_balloon_count(); ++i) {
274 EXPECT_EQ(balloon_collection_->max_balloon_count(),
283 id <= kLotsOfToasts - balloon_collection_->max_balloon_count();
289 EXPECT_EQ(balloon_collection_->max_balloon_count(),
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.h39 int max_balloon_count() const { return kMockBalloonSpace; } function in class:MockBalloonCollection
H A Ddesktop_notifications_unittest.cc394 for (int i = 0; i < balloon_collection_->max_balloon_count(); ++i) {
400 EXPECT_EQ(balloon_collection_->max_balloon_count(),
409 id <= kLotsOfToasts - balloon_collection_->max_balloon_count();
415 EXPECT_EQ(balloon_collection_->max_balloon_count(),

Completed in 1964 milliseconds