Home | History | Annotate | Download | only in wtf

Lines Matching refs:msPerMinute

226     double result = fmod(floor(ms / msPerMinute), minutesPerHour);
1018 offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
1020 msPerMinute);
1164 offset = static_cast<int>((utcOffset + dstOffset) / WTF::msPerMinute);
1166 return ms - (offset * WTF::msPerMinute);