GetDaylightSavingsOffsetFromOS  254 src/date.cc        before_->offset_ms = GetDaylightSavingsOffsetFromOS(time_sec);
GetDaylightSavingsOffsetFromOS  268 src/date.cc        int offset_ms = GetDaylightSavingsOffsetFromOS(time_sec);
GetDaylightSavingsOffsetFromOS  286 src/date.cc        int new_offset_ms = GetDaylightSavingsOffsetFromOS(new_after_start_sec);
GetDaylightSavingsOffsetFromOS  309 src/date.cc        int offset_ms = GetDaylightSavingsOffsetFromOS(middle_sec);
GetDaylightSavingsOffsetFromOS  183 src/date.h       virtual int GetDaylightSavingsOffsetFromOS(int64_t time_sec) {
GetDaylightSavingsOffsetFromOS  115 test/cctest/test-date.cc                      date_cache->GetDaylightSavingsOffsetFromOS(time / 1000);