HomeSort by relevance Sort by last modified time
    Searched refs:kLotsOfToasts (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 192 const int kLotsOfToasts = 20;
193 for (int id = 1; id <= kLotsOfToasts; ++id) {
205 for (int i = 0; i < kLotsOfToasts; ++i) {
209 EXPECT_EQ(kLotsOfToasts, balloon_collection_->count());
214 int cancelled = kLotsOfToasts / 2;
222 EXPECT_EQ(kLotsOfToasts - id,
228 for (; id <= kLotsOfToasts; ++id) {
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 257 const int kLotsOfToasts = 20;
258 for (int id = 1; id <= kLotsOfToasts; ++id) {
283 id <= kLotsOfToasts - balloon_collection_->max_balloon_count();
295 for (; id <= kLotsOfToasts; ++id) {

Completed in 40 milliseconds