Home
last modified time | relevance | path

Searched defs:maximumMonth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DDateComponents.h160 static inline double maximumMonth() { return (275760 - 1970) * 12.0 + 9 - 1; } // 275760-09 in maximumMonth() function
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js2227 function YearListView(minimumMonth, maximumMonth) { argument
2704 function MonthPopupView(minimumMonth, maximumMonth) { argument