Searched refs:dateToDaysFrom1970 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.h74 WTF_EXPORT double dateToDaysFrom1970(int year, int month, int day);
88 using WTF::dateToDaysFrom1970;
H A DDateMath.cpp290 double dateToDaysFrom1970(int year, int month, int day) function in namespace:WTF
448 double day = dateToDaysFrom1970(equivalentYear, month, dayInMonth);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.cpp643 return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay;
646 return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay + millisecondsSinceEpochForTime();
648 return dateToDaysFrom1970(m_year, m_month, 1) * msPerDay;
652 return (dateToDaysFrom1970(m_year, 0, 1) + offsetTo1stWeekStart(m_year) + (m_week - 1) * 7) * msPerDay;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleWinTest.cpp84 return dateToDaysFrom1970(year, month, day) * msPerDay;
H A DLocaleMacTest.cpp69 return dateToDaysFrom1970(year, month, day) * msPerDay;

Completed in 260 milliseconds