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

  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 187 void setMillisecondsSinceMidnightInternal(double ms);
DateComponents.cpp 495 void DateComponents::setMillisecondsSinceMidnightInternal(double msInDay)
534 setMillisecondsSinceMidnightInternal(positiveFmod(ms, msPerDay));
570 setMillisecondsSinceMidnightInternal(positiveFmod(round(ms), msPerDay));

Completed in 1214 milliseconds