Searched refs:last_fired_ (Results 1 – 2 of 2) sorted by relevance
60 DCHECK(last_fired_.is_null()); in AddObserver()66 if (last_fired_.is_null()) { in CheckInterval()68 last_fired_ = base::Time::FromInternalValue( in CheckInterval()71 << base::TimeFormatShortDateAndTime(last_fired_); in CheckInterval()72 if (last_fired_.is_null()) { in CheckInterval()79 int days_elapsed = (now - last_fired_).InDays(); in CheckInterval()95 last_fired_ = now; in OnInterval()96 pref_service_->SetInt64(pref_name_, last_fired_.ToInternalValue()); in OnInterval()
85 base::Time last_fired_; variable