HomeSort by relevance Sort by last modified time
    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 157 static inline double minimumWeek() { return -62135596800000.0; } // 0001-01-01, the first Monday of 0001.

Completed in 73 milliseconds