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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeFieldsState.h 65 unsigned year() const { return m_year; }
75 bool hasYear() const { return m_year != emptyValue; }
85 void setYear(unsigned year) { m_year = year; }
88 unsigned m_year; member in class:blink::DateTimeFieldsState
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 56 , m_year(0)
79 int fullYear() const { return m_year; }
125 // For Date type. Updates m_year, m_month and m_monthDay.
127 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
129 // For DateTimeLocal type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond.
131 // For Month type. Updates m_year and m_month.
133 // For Week type. Updates m_year and m_week.
139 // Another initializer for Month type. Updates m_year and m_month.
141 // Another initializer for Week type. Updates m_year and m_week.
208 int m_year; // 1582 member in class:blink::DateComponents
    [all...]

Completed in 65 milliseconds