Home
last modified time | relevance | path

Searched defs:inputIsUTC (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp854 static EncodedJSValue setNewValueFromTimeArgs(ExecState* exec, int numArgsToUse, bool inputIsUTC) in setNewValueFromTimeArgs()
891 static EncodedJSValue setNewValueFromDateArgs(ExecState* exec, int numArgsToUse, bool inputIsUTC) in setNewValueFromDateArgs()
933 const bool inputIsUTC = false; in dateProtoFuncSetMilliSeconds() local
939 const bool inputIsUTC = true; in dateProtoFuncSetUTCMilliseconds() local
945 const bool inputIsUTC = false; in dateProtoFuncSetSeconds() local
951 const bool inputIsUTC = true; in dateProtoFuncSetUTCSeconds() local
957 const bool inputIsUTC = false; in dateProtoFuncSetMinutes() local
963 const bool inputIsUTC = true; in dateProtoFuncSetUTCMinutes() local
969 const bool inputIsUTC = false; in dateProtoFuncSetHours() local
975 const bool inputIsUTC = true; in dateProtoFuncSetUTCHours() local
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.cpp1111 …rianDateTimeToMS(ExecState* exec, const GregorianDateTime& t, double milliSeconds, bool inputIsUTC) in gregorianDateTimeToMS()