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

/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h69 virtual String convertFromVisibleValue(const String& value) const { return value; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/html/
H A DNumberInputType.cpp232 String NumberInputType::convertFromVisibleValue(const String& visibleValue) const function in class:WebCore::NumberInputType
H A DInputType.cpp525 String InputType::convertFromVisibleValue(const String& visibleValue) const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1192 String HTMLInputElement::convertFromVisibleValue(const String& visibleValue) const function in class:WebCore::HTMLInputElement
1194 return m_inputType->convertFromVisibleValue(visibleValue);

Completed in 85 milliseconds