OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minimumWeek
(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
156
static inline double
minimumWeek
() { return -62135596800000.0; } // 0001-01-01, the first Monday of 0001.
Completed in 60 milliseconds