HomeSort by relevance Sort by last modified time
    Searched defs:PRTime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 38 * prtime.h --
63 * PRTime --
73 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
77 typedef PRInt64 PRTime;
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 GM
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.h 41 * prtime.h --
46 * prtime.cc. These types have been copied over from the following NSPR
47 * files prtime.h, prtypes.h(CVS revision 3.35), prlong.h(CVS revision 3.13)
87 * PRTime --
97 * Notes on porting: PRTime corresponds to time_t in ANSI C. NSPR 1.0
101 typedef PRInt64 PRTime;
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)
    [all...]

Completed in 100 milliseconds