Searched defs:DaylightSavingsOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc310 double OS::DaylightSavingsOffset(double time, TimezoneCache*) { function in class:v8::base::OS
H A Dplatform-win32.cc235 int64_t DaylightSavingsOffset(TimezoneCache* cache);
425 int64_t Win32Time::DaylightSavingsOffset(TimezoneCache* cache) { function in class:v8::base::Win32Time
494 t.DaylightSavingsOffset(cache));
500 double OS::DaylightSavingsOffset(double time, TimezoneCache* cache) { function in class:v8::base::OS
501 int64_t offset = Win32Time(time).DaylightSavingsOffset(cache);

Completed in 66 milliseconds