HomeSort by relevance Sort by last modified time
    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