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

  /external/webkit/Source/WebCore/html/
DateComponents.h 147 static inline double maximumMonth() { return (275760 - 1970) * 12.0 + 9 - 1; } // 275760-09
MonthInputType.cpp 101 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumMonth());

Completed in 230 milliseconds