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

/external/chromium/base/third_party/nspr/
H A Dprtime.h101 * PRExplodedTime --
109 * Notes on porting: PRExplodedTime corrresponds to struct tm in
120 * NSPR 2.0 PRTime PRExplodedTime
123 typedef struct PRExplodedTime { struct
141 } PRExplodedTime; typedef in typeref:struct:PRExplodedTime
149 * point to a PRExplodedTime that is in GMT, i.e., whose
166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
173 PR_ImplodeTime(const PRExplodedTime *exploded);
177 * Note that the following fields of PRExplodedTime should not be
188 PRExplodedTime *explode
[all...]
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h101 * PRExplodedTime --
109 * Notes on porting: PRExplodedTime corrresponds to struct tm in
120 * NSPR 2.0 PRTime PRExplodedTime
123 typedef struct PRExplodedTime { struct
141 } PRExplodedTime; typedef in typeref:struct:PRExplodedTime
149 * point to a PRExplodedTime that is in GMT, i.e., whose
166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
173 PR_ImplodeTime(const PRExplodedTime *exploded);
177 * Note that the following fields of PRExplodedTime should not be
188 PRExplodedTime *explode
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtime.h90 * PRExplodedTime --
98 * Notes on porting: PRExplodedTime corrresponds to struct tm in
109 * NSPR 2.0 PRTime PRExplodedTime
112 typedef struct PRExplodedTime { struct
130 } PRExplodedTime; typedef in typeref:struct:PRExplodedTime
138 * point to a PRExplodedTime that is in GMT, i.e., whose
155 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
184 * - From given PRTime, calculate PRExplodedTime in GMT
188 * as PRExplodedTime.
192 PRTime usecs, PRTimeParamFn params, PRExplodedTime *explode
[all...]

Completed in 86 milliseconds