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 204 base::OS::DaylightSavingsOffset(time_ms, tz_cache_));
date.js 41 // local_time_offset is needed before the call to DaylightSavingsOffset,
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 235 int64_t DaylightSavingsOffset(TimezoneCache* cache);
425 int64_t Win32Time::DaylightSavingsOffset(TimezoneCache* cache) {
494 t.DaylightSavingsOffset(cache));
500 double OS::DaylightSavingsOffset(double time, TimezoneCache* cache) {
501 int64_t offset = Win32Time(time).DaylightSavingsOffset(cache);
    [all...]
platform.h 175 static double DaylightSavingsOffset(double time, TimezoneCache* cache);
platform-posix.cc 310 double OS::DaylightSavingsOffset(double time, TimezoneCache*) {

Completed in 46 milliseconds