Searched defs:PRTime (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtime.h74 * PRTime --
84 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
88 typedef PRInt64 PRTime; typedef
115 * The corresponding type in NSPR 1.0 is called PRTime. Below is
119 * NSPR 1.0 PRInt64 PRTime
120 * NSPR 2.0 PRTime PRExplodedTime
172 NSPR_API(PRTime)
198 * This parses a time/date string into a PRTime
236 PRTime *result);

Completed in 251 milliseconds