OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:millisecondsSinceEpochForTime
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/html/
DateComponents.h
148
double
millisecondsSinceEpochForTime
() const;
DateComponents.cpp
602
double DateComponents::
millisecondsSinceEpochForTime
() const
615
return dateToDaysFrom1970(m_year, m_month, m_monthDay) * msPerDay +
millisecondsSinceEpochForTime
();
619
return
millisecondsSinceEpochForTime
();
Completed in 107 milliseconds