Searched refs:setMillisecondsSinceMidnightInternal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h183 void setMillisecondsSinceMidnightInternal(double ms);
H A DDateComponents.cpp506 void DateComponents::setMillisecondsSinceMidnightInternal(double msInDay) function in class:WebCore::DateComponents
545 setMillisecondsSinceMidnightInternal(positiveFmod(ms, msPerDay));
581 setMillisecondsSinceMidnightInternal(positiveFmod(round(ms), msPerDay));

Completed in 174 milliseconds