Searched defs:TimeInputType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTimeInputType.cpp32 #include "core/html/forms/TimeInputType.h"
54 TimeInputType::TimeInputType(HTMLInputElement& element) function in class:blink::TimeInputType
59 PassRefPtrWillBeRawPtr<InputType> TimeInputType::create(HTMLInputElement& element)
61 return adoptRefWillBeNoop(new TimeInputType(element));
64 void TimeInputType::countUsage()
69 const AtomicString& TimeInputType::formControlType() const
74 Decimal TimeInputType::defaultValueForStepUp() const
83 StepRange TimeInputType::createStepRange(AnyStepHandling anyStepHandling) const
90 bool TimeInputType
[all...]

Completed in 67 milliseconds