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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DDateComponents.h180 double millisecondsSinceEpochForTime() const;
H A DDateComponents.cpp647 double DateComponents::millisecondsSinceEpochForTime() const function in class:WebCore::DateComponents
660 return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay + millisecondsSinceEpochForTime();
664 return millisecondsSinceEpochForTime();

Completed in 80 milliseconds