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

/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp262 bool NumberInputType::isNumberField() const function in class:WebCore::NumberInputType
H A DInputType.cpp610 bool InputType::isNumberField() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1535 bool HTMLInputElement::isNumberField() const function in class:WebCore::HTMLInputElement
1537 return m_inputType->isNumberField();
1573 return isTextType() || isNumberField();

Completed in 122 milliseconds