Lines Matching refs:days
91 // Returns an XML ping element if any of the elapsed days need to be
514 // Calculates the value to use for the ping days parameter.
516 int days = kNeverPinged;
519 days = (Time::Now() - Time::FromInternalValue(last_ping)).InDays();
520 if (days < 0) {
521 // If |days| is negative, then the system clock must have jumped
526 days = kPingTimeJump;
531 return days;
619 << num_days << " days";
724 // element. This is the number of days since Jan 1 2007, 0:00
739 << install_date_days_rounded << " days";