Home
last modified time | relevance | path

Searched refs:getLocalTime (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DCurrentTime.h50 inline void getLocalTime(const time_t* localTime, struct tm* localTM) in getLocalTime() function
65 using WTF::getLocalTime;
DDateMath.cpp396 getLocalTime(&localTime, &localt); in calculateUTCOffset()
447 getLocalTime(&localTime, &localTM); in calculateDSTOffsetSimple()
/external/webkit/Source/JavaScriptCore/runtime/
DDateConstructor.cpp144 getLocalTime(&localTime, &localTM); in callDate()
/external/webkit/Source/WebCore/html/
DFTPDirectoryDocument.cpp226 getLocalTime(&now_t, &now); in processFileDateString()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-243361 (WTF::getLocalTime):
9299 Add using WTF::getLocalTime to CurrentTime.h
11706 (WTF::getLocalTime):
15205 (WTF::getLocalTime):
15224 (WTF::getLocalTime): Moved the rest of the DateMath code here, and renamed
28146 (WTF::getLocalTime):
DChangeLog-2008-08-101480 Fix MinGW build (broken in r35198) and simplify getLocalTime().
1483 (KJS::getLocalTime):
1618 (KJS::getLocalTime): For the Qt port, prefer to use Windows code, i.e.
19204 * kjs/DateMath.h: Added getLocalTime();
19207 (KJS::getLocalTime):
19212 (KJS::DateObjectImp::callAsFunction): Switched to getLocalTime().
DChangeLog-2011-02-163244 (WTF::getLocalTime):
9008 date/time type inputs. WTF::currentTimeMS() returns a UTC time, and WTF::getLocalTime()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2453417 Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument
53421 WTF::getLocalTime which does the same thing.