Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DDatePrototype.cpp869 …imeArgs(ExecState* exec, JSValue thisValue, const ArgList& args, int numArgsToUse, bool inputIsUTC) in setNewValueFromTimeArgs()
900 …ateArgs(ExecState* exec, JSValue thisValue, const ArgList& args, int numArgsToUse, bool inputIsUTC) in setNewValueFromDateArgs()
939 const bool inputIsUTC = false; in dateProtoFuncSetMilliSeconds() local
945 const bool inputIsUTC = true; in dateProtoFuncSetUTCMilliseconds() local
951 const bool inputIsUTC = false; in dateProtoFuncSetSeconds() local
957 const bool inputIsUTC = true; in dateProtoFuncSetUTCSeconds() local
963 const bool inputIsUTC = false; in dateProtoFuncSetMinutes() local
969 const bool inputIsUTC = true; in dateProtoFuncSetUTCMinutes() local
975 const bool inputIsUTC = false; in dateProtoFuncSetHours() local
981 const bool inputIsUTC = true; in dateProtoFuncSetUTCHours() local
[all …]
/external/webkit/JavaScriptCore/wtf/
DDateMath.cpp489 double gregorianDateTimeToMS(const GregorianDateTime& t, double milliSeconds, bool inputIsUTC) in gregorianDateTimeToMS()