Searched refs:tp_gmt_offset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/crypto/
H A Dnss_util_unittest.cc19 prxtime.tm_params.tp_gmt_offset = 0;
/external/chromium/base/third_party/nspr/
H A Dprtime.h96 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */ member in struct:PRTimeParameters
154 * - Figure out the time zone correction, tp_gmt_offset. This number
H A Dprtime.cc128 result -= (exploded->tm_params.tp_gmt_offset +
147 result -= exploded->tm_params.tp_gmt_offset +
181 result -= exploded->tm_params.tp_gmt_offset +
328 time->tm_sec -= time->tm_params.tp_gmt_offset
330 time->tm_params.tp_gmt_offset = 0;
423 ApplySecOffset(time, time->tm_params.tp_gmt_offset
433 * Trivially, both the tp_gmt_offset and tp_dst_offset fields are 0.
1199 result->tm_params.tp_gmt_offset = zone_offset * 60;
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h96 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */ member in struct:PRTimeParameters
154 * - Figure out the time zone correction, tp_gmt_offset. This number
H A Dprtime.cc133 result -= (exploded->tm_params.tp_gmt_offset +
152 result -= exploded->tm_params.tp_gmt_offset +
186 result -= exploded->tm_params.tp_gmt_offset +
333 time->tm_sec -= time->tm_params.tp_gmt_offset
335 time->tm_params.tp_gmt_offset = 0;
428 ApplySecOffset(time, time->tm_params.tp_gmt_offset
438 * Trivially, both the tp_gmt_offset and tp_dst_offset fields are 0.
1205 result->tm_params.tp_gmt_offset = zone_offset * 60;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtime.h85 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */ member in struct:PRTimeParameters
143 * - Figure out the time zone correction, tp_gmt_offset. This number

Completed in 85 milliseconds