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 120 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */ member in struct:PRTimeParameters
178 * - Figure out the time zone correction, tp_gmt_offset. This number
prtime.cc 163 LL_I2L(temp, copy.tm_params.tp_gmt_offset);
271 time->tm_sec -= time->tm_params.tp_gmt_offset
273 time->tm_params.tp_gmt_offset = 0;
366 ApplySecOffset(time, time->tm_params.tp_gmt_offset
376 * Trivially, both the tp_gmt_offset and tp_dst_offset fields are 0.
    [all...]

Completed in 434 milliseconds