HomeSort by relevance Sort by last modified time
    Searched defs:LocalTimezone (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/src/base/platform/
platform-cygwin.cc 29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-freebsd.cc 40 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-linux.cc 104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-macos.cc 160 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-openbsd.cc 38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-qnx.cc 89 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-solaris.cc 58 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-win32.cc 239 char* LocalTimezone(TimezoneCache* cache);
432 char* Win32Time::LocalTimezone(TimezoneCache* cache) {
482 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
483 return Win32Time(time).LocalTimezone(cache);
    [all...]
  /external/chromium_org/v8/src/
date.h 92 const char* LocalTimezone(int64_t time_ms) {
96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_);
date.js 26 function LocalTimezone(t) {
229 var timezone = LocalTimezone(UTC_DATE_VALUE(date));

Completed in 205 milliseconds