OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maximumWeek
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
WeekInputType.cpp
70
return InputType::createStepRange(anyStepHandling, weekDefaultStepBase, Decimal::fromDouble(DateComponents::minimumWeek()), Decimal::fromDouble(DateComponents::
maximumWeek
()), stepDescription);
/external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h
161
static inline double
maximumWeek
() { return 8639999568000000.0; } // 275760-09-08, the Monday of the week including 275760-09-13.
Completed in 3103 milliseconds