Home
last modified time | relevance | path

Searched refs:time_slice_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
Dpromo_resource_service_unittest.cc81 time_slice_(0), in NotificationPromoTest()
117 time_slice_ = time_slice; in Init()
145 EXPECT_EQ(notification_promo_.time_slice_, time_slice_); in TestNotification()
179 EXPECT_EQ(notification_promo_.time_slice_, in TestInitFromPrefs()
180 prefs_notification_promo.time_slice_); in TestInitFromPrefs()
300 notification_promo_.time_slice_ = slice; in TestIncrement()
353 int time_slice_; member in NotificationPromoTest
Dnotification_promo.cc201 time_slice_(0), in NotificationPromo()
256 grouping->GetInteger("increment_frequency", &time_slice_); in InitFromJson()
262 << ", time_slice_ = " << time_slice_ in InitFromJson()
347 ntp_promo->SetInteger(kPrefPromoIncrementFrequency, time_slice_); in WritePrefs()
396 ntp_promo->GetInteger(kPrefPromoIncrementFrequency, &time_slice_); in InitFromPrefs()
490 * time_slice_; in StartTimeForGroup()
Dnotification_promo.h120 int time_slice_; variable