HomeSort by relevance Sort by last modified time
    Searched refs:tp_gmt_offset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/crypto/
nss_util_unittest.cc 19 prxtime.tm_params.tp_gmt_offset = 0;
  /external/chromium/base/third_party/nspr/
prtime.h 96 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
prtime.cc 128 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.
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.h 96 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
prtime.cc 133 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.
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 85 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 104 milliseconds