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

  /external/webkit/Source/WebCore/css/
Pair.h 47 CSSPrimitiveValue* second() const { return m_second.get(); }
50 void setSecond(PassRefPtr<CSSPrimitiveValue> second) { m_second = second; }
53 Pair() : m_first(0), m_second(0) { }
55 : m_first(first), m_second(second) { }
58 RefPtr<CSSPrimitiveValue> m_second; member in class:WebCore::Pair
  /external/webkit/Source/WebCore/html/
DateComponents.h 50 , m_second(0)
62 int second() const { return m_second; }
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.
179 int m_second; member in class:WebCore::DateComponents

Completed in 247 milliseconds