Searched defs:m_hour (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DDateComponents.h52 , m_hour(0)
64 int hour() const { return m_hour; }
114 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
116 // For DateTimeLocal type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
123 // For Time type. Updates m_hour, m_minute, m_second and m_millisecond.
181 int m_hour; member in class:WebCore::DateComponents

Completed in 177 milliseconds