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

  /external/webkit/Source/WebCore/html/
DateComponents.h 163 void setMillisecondsSinceMidnightInternal(double ms);
DateComponents.cpp 508 void DateComponents::setMillisecondsSinceMidnightInternal(double msInDay)
547 setMillisecondsSinceMidnightInternal(positiveFmod(ms, msPerDay));
583 setMillisecondsSinceMidnightInternal(positiveFmod(round(ms), msPerDay));

Completed in 100 milliseconds