Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DDatePrototype.cpp789 …imeArgs(ExecState* exec, JSValue thisValue, const ArgList& args, int numArgsToUse, bool inputIsUTC) in setNewValueFromTimeArgs()
825 …ateArgs(ExecState* exec, JSValue thisValue, const ArgList& args, int numArgsToUse, bool inputIsUTC) in setNewValueFromDateArgs()
866 const bool inputIsUTC = false; in dateProtoFuncSetMilliSeconds() local
872 const bool inputIsUTC = true; in dateProtoFuncSetUTCMilliseconds() local
878 const bool inputIsUTC = false; in dateProtoFuncSetSeconds() local
884 const bool inputIsUTC = true; in dateProtoFuncSetUTCSeconds() local
890 const bool inputIsUTC = false; in dateProtoFuncSetMinutes() local
896 const bool inputIsUTC = true; in dateProtoFuncSetUTCMinutes() local
902 const bool inputIsUTC = false; in dateProtoFuncSetHours() local
908 const bool inputIsUTC = true; in dateProtoFuncSetUTCHours() local
[all …]
/external/webkit/JavaScriptCore/wtf/
DDateMath.cpp937 …rianDateTimeToMS(ExecState* exec, const GregorianDateTime& t, double milliSeconds, bool inputIsUTC) in gregorianDateTimeToMS()