HomeSort by relevance Sort by last modified time
    Searched refs:maximumTime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 161 static inline double maximumTime() { return 86399999; } // 23:59:59.999
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TimeInputType.cpp 93 return InputType::createStepRange(anyStepHandling, timeDefaultStepBase, Decimal::fromDouble(DateComponents::minimumTime()), Decimal::fromDouble(DateComponents::maximumTime()), stepDescription);

Completed in 701 milliseconds