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

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 174 size_t notifications_to_add = kMaxVisibleMessageCenterNotifications + 1; local
175 for (size_t i = 0; i < notifications_to_add; ++i) {
185 EXPECT_EQ(notifications_to_add, message_center->NotificationCount());
195 size_t notifications_to_add = kMaxVisiblePopupNotifications + 1; local
196 for (size_t i = 0; i < notifications_to_add; ++i) {
206 EXPECT_EQ(notifications_to_add, message_center->NotificationCount());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 233 size_t notifications_to_add = local
235 for (size_t i = 0; i < notifications_to_add; ++i) {
243 EXPECT_EQ(notifications_to_add,
253 size_t notifications_to_add = local
255 for (size_t i = 0; i < notifications_to_add; ++i) {
261 EXPECT_EQ(notifications_to_add,

Completed in 1779 milliseconds