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

  /external/libchrome/crypto/
nss_util_unittest.cc 19 prxtime.tm_params.tp_gmt_offset = 0;
20 prxtime.tm_params.tp_dst_offset = 0;
  /external/libchrome/base/third_party/nspr/
prtime.h 130 * offsets from the GMT must be saved in the 'tm_params' field so that
136 * - replacing tm_isdst by tm_params;
164 PRTimeParameters tm_params; /* time parameters used by conversion */ member in struct:PRExplodedTime
174 * tm_params contains all 0's.
prtime.cc 163 LL_I2L(temp, copy.tm_params.tp_gmt_offset);
165 LL_I2L(temp, copy.tm_params.tp_dst_offset);
271 time->tm_sec -= time->tm_params.tp_gmt_offset
272 + time->tm_params.tp_dst_offset;
273 time->tm_params.tp_gmt_offset = 0;
274 time->tm_params.tp_dst_offset = 0;
364 time->tm_params = params(time);
366 ApplySecOffset(time, time->tm_params.tp_gmt_offset
367 + time->tm_params.tp_dst_offset);
    [all...]

Completed in 673 milliseconds