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

  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 399 const unsigned int kNotificationsToCreate = 4;
401 for (unsigned int i = 0; i < kNotificationsToCreate; i++) {
437 ASSERT_EQ(return_value->size(), kNotificationsToCreate);
439 for (unsigned int i = 0; i < kNotificationsToCreate; i++) {

Completed in 2456 milliseconds