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

  /external/libchrome/crypto/
nss_util_unittest.cc 20 prxtime.tm_params.tp_dst_offset = 0;
  /external/libchrome/base/third_party/nspr/
prtime.h 121 PRInt32 tp_dst_offset; /* contribution of DST in seconds */ member in struct:PRTimeParameters
183 * - Figure out the daylight saving time correction, tp_dst_offset.
prtime.cc 165 LL_I2L(temp, copy.tm_params.tp_dst_offset);
272 + time->tm_params.tp_dst_offset;
274 time->tm_params.tp_dst_offset = 0;
367 + time->tm_params.tp_dst_offset);
376 * Trivially, both the tp_gmt_offset and tp_dst_offset fields are 0.
    [all...]

Completed in 97 milliseconds