OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRExplodedTime
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/third_party/nspr/
prtime.h
101
*
PRExplodedTime
--
109
* Notes on porting:
PRExplodedTime
corrresponds to struct tm in
120
* NSPR 2.0 PRTime
PRExplodedTime
123
typedef struct
PRExplodedTime
{
141
}
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
*exploded, PRTimeParamFn params)
[
all
...]
/external/chromium_org/base/third_party/nspr/
prtime.h
101
*
PRExplodedTime
--
109
* Notes on porting:
PRExplodedTime
corrresponds to struct tm in
120
* NSPR 2.0 PRTime
PRExplodedTime
123
typedef struct
PRExplodedTime
{
141
}
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
*exploded, PRTimeParamFn params)
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h
90
*
PRExplodedTime
--
98
* Notes on porting:
PRExplodedTime
corrresponds to struct tm in
109
* NSPR 2.0 PRTime
PRExplodedTime
112
typedef struct
PRExplodedTime
{
130
}
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
*exploded)
[
all
...]
Completed in 25 milliseconds