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

  /external/chromium_org/v8/src/
date.h 165 return static_cast<int>(OS::DaylightSavingsOffset(time_ms, tz_cache_));
platform-win32.cc 228 int64_t DaylightSavingsOffset(TimezoneCache* cache);
418 int64_t Win32Time::DaylightSavingsOffset(TimezoneCache* cache) {
487 t.DaylightSavingsOffset(cache));
493 double OS::DaylightSavingsOffset(double time, TimezoneCache* cache) {
494 int64_t offset = Win32Time(time).DaylightSavingsOffset(cache);
    [all...]
platform.h 167 static double DaylightSavingsOffset(double time, TimezoneCache* cache);
platform-posix.cc 331 double OS::DaylightSavingsOffset(double time, TimezoneCache*) {
date.js 41 // local_time_offset is needed before the call to DaylightSavingsOffset,

Completed in 81 milliseconds