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

  /external/libchrome/crypto/
nss_util_unittest.cc 19 prxtime.tm_params.tp_gmt_offset = 0;
  /external/libchrome/base/third_party/nspr/
prtime.h 109 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */ member in struct:PRTimeParameters
167 * - Figure out the time zone correction, tp_gmt_offset. This number
prtime.cc 137 result -= (exploded->tm_params.tp_gmt_offset +
158 result -= exploded->tm_params.tp_gmt_offset +
193 result -= exploded->tm_params.tp_gmt_offset +
340 time->tm_sec -= time->tm_params.tp_gmt_offset
342 time->tm_params.tp_gmt_offset = 0;
435 ApplySecOffset(time, time->tm_params.tp_gmt_offset
445 * Trivially, both the tp_gmt_offset and tp_dst_offset fields are 0.
    [all...]

Completed in 43 milliseconds