Home | History | Annotate | Download | only in util

Lines Matching defs:then

48   base::Time::Exploded then = {};
49 current_time.UTCExplode(&then);
50 then.year += 1;
51 DCHECK(then.HasValidValues());
55 kDays[then.day_of_week],
56 then.day_of_month,
57 kMonths[then.month - 1],
58 then.year,
59 then.hour,
60 then.minute,
61 then.second));