HomeSort by relevance Sort by last modified time
    Searched refs:setMillisecondsSinceMidnightInternal (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
DateComponents.h 151 void setMillisecondsSinceMidnightInternal(double ms);
DateComponents.cpp 461 void DateComponents::setMillisecondsSinceMidnightInternal(double msInDay)
500 setMillisecondsSinceMidnightInternal(positiveFmod(ms, msPerDay));
537 setMillisecondsSinceMidnightInternal(positiveFmod(round(ms), msPerDay));

Completed in 10 milliseconds