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

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

Completed in 103 milliseconds