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

/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h92 virtual bool isAcceptableValue(const String&) const { return true; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp240 bool NumberInputType::isAcceptableValue(const String& proposedValue) function in class:WebCore::NumberInputType
254 return element()->renderer() && !isAcceptableValue(toRenderTextControl(element()->renderer())->text());
H A DInputType.cpp530 bool InputType::isAcceptableValue(const String&) function in class:WebCore::InputType
H A DHTMLInputElement.cpp1197 bool HTMLInputElement::isAcceptableValue(const String& proposedValue) const function in class:WebCore::HTMLInputElement
1199 return m_inputType->isAcceptableValue(proposedValue);

Completed in 86 milliseconds