Searched refs:timeZoneInformation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DGregorianDateTime.cpp43 TIME_ZONE_INFORMATION timeZoneInformation; local
44 DWORD timeZoneId = GetTimeZoneInformation(&timeZoneInformation);
46 LONG bias = timeZoneInformation.Bias;
48 bias += timeZoneInformation.DaylightBias;
50 bias += timeZoneInformation.StandardBias;
H A DDateMath.cpp363 TIME_ZONE_INFORMATION timeZoneInformation; local
364 GetTimeZoneInformation(&timeZoneInformation);
365 int32_t bias = timeZoneInformation.Bias + timeZoneInformation.StandardBias;

Completed in 79 milliseconds