Home
last modified time | relevance | path

Searched refs:ExtendTheAfterSegment (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Ddate.cc202 void DateCache::ExtendTheAfterSegment(int time_sec, int offset_ms) { in ExtendTheAfterSegment() function in v8::internal::DateCache
269 ExtendTheAfterSegment(time_sec, offset_ms); in DaylightSavingsOffsetInMs()
287 ExtendTheAfterSegment(new_after_start_sec, new_offset_ms); in DaylightSavingsOffsetInMs()
Ddate.h231 inline void ExtendTheAfterSegment(int time_sec, int offset_ms);
/external/v8/src/
Ddate.cc202 void DateCache::ExtendTheAfterSegment(int time_sec, int offset_ms) { in ExtendTheAfterSegment() function in v8::internal::DateCache
269 ExtendTheAfterSegment(time_sec, offset_ms); in DaylightSavingsOffsetInMs()
287 ExtendTheAfterSegment(new_after_start_sec, new_offset_ms); in DaylightSavingsOffsetInMs()
Ddate.h231 inline void ExtendTheAfterSegment(int time_sec, int offset_ms);