OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximumtime
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
TimeInputType.cpp
93
return InputType::createStepRange(anyStepHandling, 0, Decimal::fromDouble(DateComponents::minimumTime()), Decimal::fromDouble(DateComponents::
maximumTime
()), stepDescription);
/external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h
160
static inline double
maximumTime
() { return 86399999; } // 23:59:59.999
Completed in 63 milliseconds