Searched refs:maximumDate (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h160 static inline double maximumDate() { return 8640000000000000.0; } // 275760-09-13T00:00Z function in class:blink::DateComponents
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateInputType.cpp76 return InputType::createStepRange(anyStepHandling, dateDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDate()), Decimal::fromDouble(DateComponents::maximumDate()), stepDescription);

Completed in 101 milliseconds