Home | History | Annotate | Download | only in nspr

Lines Matching full:absolute_time

152     // Compute |absolute_time| in seconds, correct for gmt and dst
155 CFAbsoluteTime absolute_time =
157 PRTime result = static_cast<PRTime>(absolute_time);
174 time_t absolute_time = timegm(&exp_tm);
178 if (absolute_time == -1 &&
192 PRTime result = static_cast<PRTime>(absolute_time);