Searched refs:first_view_time_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo.h99 // Tests |first_view_time_| + |max_seconds_| and -now().
131 double first_view_time_; member in class:NotificationPromo
H A Dnotification_promo.cc205 first_view_time_(0),
352 ntp_promo->SetDouble(kPrefPromoFirstViewTime, first_view_time_);
401 ntp_promo->GetDouble(kPrefPromoFirstViewTime, &first_view_time_);
449 if (promo.first_view_time_ == 0) {
450 promo.first_view_time_ = base::Time::Now().ToDoubleT();
465 if (max_seconds_ == 0 || first_view_time_ == 0)
468 const base::Time last_view_time = base::Time::FromDoubleT(first_view_time_) +

Completed in 125 milliseconds