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

  /external/webkit/Source/WebCore/html/
DateComponents.h 142 static inline double minimumMonth() { return (1 - 1970) * 12.0 + 1 - 1; } // 0001-01
MonthInputType.cpp 96 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumMonth());

Completed in 19 milliseconds