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

  /external/webkit/Source/WebCore/html/
DateComponents.h 162 bool setMillisecondsSinceEpochForDateInternal(double ms);
DateComponents.cpp 519 bool DateComponents::setMillisecondsSinceEpochForDateInternal(double ms)
533 if (!setMillisecondsSinceEpochForDateInternal(round(ms)))
548 if (!setMillisecondsSinceEpochForDateInternal(ms))
570 if (!setMillisecondsSinceEpochForDateInternal(round(ms)))

Completed in 39 milliseconds