OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximummonth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
MonthInputType.cpp
101
return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::
maximumMonth
());
DateComponents.h
147
static inline double
maximumMonth
() { return (275760 - 1970) * 12.0 + 9 - 1; } // 275760-09
Completed in 53 milliseconds