Searched refs:maximumDateTime (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeLocalInputType.cpp84 return InputType::createStepRange(anyStepHandling, dateTimeLocalDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDateTime()), Decimal::fromDouble(DateComponents::maximumDateTime()), stepDescription);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h161 static inline double maximumDateTime() { return 8640000000000000.0; } // ditto. function in class:blink::DateComponents

Completed in 383 milliseconds