OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRTimeParamFn
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/third_party/nspr/
prtime.h
144
*
PRTimeParamFn
--
146
* A function of
PRTimeParamFn
type returns the time zone and
166
typedef PRTimeParameters (PR_CALLBACK *
PRTimeParamFn
)(const PRExplodedTime *gmt);
188
PRExplodedTime *exploded,
PRTimeParamFn
params);
/external/chromium_org/base/third_party/nspr/
prtime.h
144
*
PRTimeParamFn
--
146
* A function of
PRTimeParamFn
type returns the time zone and
166
typedef PRTimeParameters (PR_CALLBACK *
PRTimeParamFn
)(const PRExplodedTime *gmt);
188
PRExplodedTime *exploded,
PRTimeParamFn
params);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h
133
*
PRTimeParamFn
--
135
* A function of
PRTimeParamFn
type returns the time zone and
155
typedef PRTimeParameters (PR_CALLBACK *
PRTimeParamFn
)(const PRExplodedTime *gmt);
182
* Expand time binding it to time parameters provided by
PRTimeParamFn
.
185
* - Apply the given
PRTimeParamFn
to the GMT that we just calculated
192
PRTime usecs,
PRTimeParamFn
params, PRExplodedTime *exploded);
215
PRExplodedTime *exploded,
PRTimeParamFn
params);
Completed in 24 milliseconds