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

  /external/chromium_org/third_party/WebKit/Source/wtf/
GregorianDateTime.h 48 , m_isDST(0)
61 inline int isDST() const { return m_isDST; }
72 inline void setIsDST(int isDST) { m_isDST = isDST; }
89 ret.tm_isdst = m_isDST;
109 m_isDST = other.m_isDST;
122 int m_isDST;
GregorianDateTime.cpp 61 m_isDST = timeZoneId == TIME_ZONE_ID_DAYLIGHT ? 1 : 0;
75 m_isDST = localTM.tm_isdst;

Completed in 414 milliseconds