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

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtime.h63 * PRTime --
73 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
77 typedef PRInt64 PRTime; typedef
104 * The corresponding type in NSPR 1.0 is called PRTime. Below is
108 * NSPR 1.0 PRInt64 PRTime
109 * NSPR 2.0 PRTime PRExplodedTime
175 PRTime __pascal __export __loadds
177 NSPR_API(PRTime)
184 * - From given PRTime, calculate PRExplodedTime in GMT
192 PRTime usec
[all...]
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h87 * PRTime --
97 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
101 typedef PRInt64 PRTime; typedef
128 * The corresponding type in NSPR 1.0 is called PRTime. Below is
132 * NSPR 1.0 PRInt64 PRTime
133 * NSPR 2.0 PRTime PRExplodedTime
185 NSPR_API(PRTime)
211 * This parses a time/date string into a PRTime
250 PRTime *result);

Completed in 157 milliseconds