Home
last modified time | relevance | path

Searched refs:gregorianDateTimeUTC (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp480 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncToUTCString()
498 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncToISOString()
602 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCFullYear()
616 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncToGMTString()
648 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCMonth()
676 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCDate()
704 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCDay()
732 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCHours()
760 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCMinutes()
788 const GregorianDateTime* gregorianDateTime = thisDateObj->gregorianDateTimeUTC(exec); in dateProtoFuncGetUTCSeconds()
[all …]
DDateInstance.h48 const GregorianDateTime* gregorianDateTimeUTC(ExecState* exec) const in gregorianDateTimeUTC() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2414961 (JSC::DateInstance::gregorianDateTimeUTC): Split gregorianDateTime into