Home
last modified time | relevance | path

Searched refs:maximumDate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DDateComponents.h160 static inline double maximumDate() { return 8640000000000000.0; } // 275760-09-13T00:00Z in maximumDate() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DDateInputType.cpp76 …le(DateComponents::minimumDate()), Decimal::fromDouble(DateComponents::maximumDate()), stepDescrip… in createStepRange()