Home
last modified time | relevance | path

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

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