millisecondsSinceEpochForTime 646 Source/platform/DateComponents.cpp return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay + millisecondsSinceEpochForTime(); millisecondsSinceEpochForTime 650 Source/platform/DateComponents.cpp return millisecondsSinceEpochForTime(); millisecondsSinceEpochForTime 181 Source/platform/DateComponents.h double millisecondsSinceEpochForTime() const;