Searched defs:LocalTimezone (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-macos.cc160 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-solaris.cc58 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-freebsd.cc40 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-linux.cc104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-openbsd.cc38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-qnx.cc89 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-win32.cc239 char* LocalTimezone(TimezoneCache* cache);
432 char* Win32Time::LocalTimezone(TimezoneCache* cache) { function in class:v8::base::Win32Time
482 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
483 return Win32Time(time).LocalTimezone(cache);
/external/chromium_org/v8/src/
H A Ddate.h92 const char* LocalTimezone(int64_t time_ms) { function in class:v8::internal::DateCache
96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_);
H A Ddate.js26 function LocalTimezone(t) { function
229 var timezone = LocalTimezone(UTC_DATE_VALUE(date));

Completed in 88 milliseconds