Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DDateMath.cpp104 static const double hoursPerDay = 24.0; variable
208 double result = fmod(floor(ms/msPerHour), hoursPerDay); in msToHours()
210 result += hoursPerDay; in msToHours()
473 return ((days * hoursPerDay + hour) * minutesPerHour + minute) * secondsPerMinute + second; in ymdhmsToSeconds()