Searched refs:NumberInputType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp33 #include "NumberInputType.h"
56 PassOwnPtr<InputType> NumberInputType::create(HTMLInputElement* element)
58 return adoptPtr(new NumberInputType(element));
61 const AtomicString& NumberInputType::formControlType() const
66 double NumberInputType::valueAsNumber() const
71 void NumberInputType::setValueAsNumber(double newValue, ExceptionCode& ec) const
84 bool NumberInputType::typeMismatchFor(const String& value) const
89 bool NumberInputType::typeMismatch() const
95 bool NumberInputType::rangeUnderflow(const String& value) const
102 bool NumberInputType
[all...]
H A DNumberInputType.h38 class NumberInputType : public TextFieldInputType { class in namespace:WebCore
43 NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { } function in class:WebCore::NumberInputType
H A DInputType.cpp50 #include "NumberInputType.h"
92 map->add(InputTypeNames::number(), NumberInputType::create);
/external/webkit/Source/WebCore/
H A DAndroid.mk352 html/NumberInputType.cpp \

Completed in 309 milliseconds