Home | History | Annotate | Download | only in notifier

Lines Matching refs:base

11 #include "base/rand_util.h"
32 delay = base::TimeDelta();
170 return 2.0 * base::RandDouble() - 1.0;
177 status->last_registration_attempt = base::Time::Now();
186 base::TimeDelta delay =
187 (status->delay <= base::TimeDelta()) ?
188 base::TimeDelta() : status->delay;
204 base::TimeDelta::FromSeconds(static_cast<int64>(next_delay_seconds));
211 status->delay = base::TimeDelta();
212 status->next_delay = base::TimeDelta();
227 status->last_registration_request = base::Time::Now();