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

  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_unittest.cc 82 max_group_(0),
118 max_group_ = max_group;
146 EXPECT_EQ(notification_promo_.max_group_, max_group_);
181 EXPECT_EQ(notification_promo_.max_group_,
182 prefs_notification_promo.max_group_);
196 for (int i = max_group_; i < num_groups_; i += incr) {
202 for (int i = 0; i < max_group_; i += incr) {
207 // When max_group_ is 0, all groups pass.
208 notification_promo_.max_group_ = 0
354 int max_group_; member in class:NotificationPromoTest
    [all...]
notification_promo.h 90 // Tests group_ against max_group_.
91 // When max_group_ is 0, all groups pass.
116 int max_group_; member in class:NotificationPromo
notification_promo.cc 198 max_group_(0),
251 grouping->GetInteger("increment_max", &max_group_);
257 << ", max_group_ = " << max_group_; local
339 ntp_promo->SetInteger(kPrefPromoIncrementMax, max_group_);
386 ntp_promo->GetInteger(kPrefPromoIncrementMax, &max_group_);
440 return (max_group_ == 0) ? false : group_ >= max_group_;

Completed in 43 milliseconds