Home | History | Annotate | Download | only in nspr

Lines Matching full:absolute_time

141     // Compute |absolute_time| in seconds, correct for gmt and dst 
144 CFAbsoluteTime absolute_time =
146 PRTime result = static_cast<PRTime>(absolute_time);
162 time_t absolute_time = timegm(&exp_tm);
166 if (absolute_time == -1 &&
180 PRTime result = static_cast<PRTime>(absolute_time);