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

  /external/v8/src/
date.h 208 base::OS::DaylightSavingsOffset(time_ms, tz_cache_));
  /external/v8/src/base/platform/
platform-win32.cc 222 int64_t DaylightSavingsOffset(TimezoneCache* cache);
412 int64_t Win32Time::DaylightSavingsOffset(TimezoneCache* cache) {
481 t.DaylightSavingsOffset(cache));
487 double OS::DaylightSavingsOffset(double time, TimezoneCache* cache) {
488 int64_t offset = Win32Time(time).DaylightSavingsOffset(cache);
    [all...]
platform.h 139 static double DaylightSavingsOffset(double time, TimezoneCache* cache);
platform-posix.cc 402 double OS::DaylightSavingsOffset(double time, TimezoneCache*) {

Completed in 61 milliseconds