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

  /external/chromium_org/third_party/WebKit/Source/core/css/
Pair.h 46 CSSPrimitiveValue* second() const { return m_second.get(); }
50 void setSecond(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second) { m_second = second; }
61 && compareCSSValuePtr(m_second, other.m_second)
70 , m_second(nullptr)
75 , m_second(second)
86 RefPtrWillBeMember<CSSPrimitiveValue> m_second; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeFieldsState.h 63 unsigned second() const { return m_second; }
73 bool hasSecond() const { return m_second != emptyValue; }
83 void setSecond(unsigned second) { m_second = second; }
93 unsigned m_second; member in class:WebCore::DateTimeFieldsState
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 51 , m_second(0)
73 int second() const { return m_second; }
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.
136 // For Time type. Updates m_hour, m_minute, m_second and m_millisecond.
201 int m_second; member in class:WebCore::DateComponents

Completed in 1045 milliseconds