HomeSort by relevance Sort by last modified time
    Searched refs:DateTimeLocal (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
DateComponents.h 45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
77 // The format argument is valid for DateTime, DateTimeLocal, and Time types.
116 // For DateTimeLocal type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
191 DateTimeLocal,
DateComponents.cpp 477 m_type = DateTimeLocal;
558 // Internal representation of DateTimeLocal is the same as DateTime except m_type.
561 m_type = DateTimeLocal;
651 ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal);
661 case DateTimeLocal:
684 ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time);
712 case DateTimeLocal:

Completed in 46 milliseconds