Home
last modified time | relevance | path

Searched defs:proposedValue (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/
DNumberInputType.cpp240 bool NumberInputType::isAcceptableValue(const String& proposedValue) in isAcceptableValue()
245 String NumberInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
DTextFieldInputType.cpp122 String TextFieldInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
DRangeInputType.cpp274 String RangeInputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
DHTMLTextAreaElement.cpp265 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue()
DInputType.cpp535 String InputType::sanitizeValue(const String& proposedValue) in sanitizeValue()
/external/webkit/Source/WebCore/dom/
DInputElement.cpp138 …ing replaceEOLAndLimitLength(const InputElement* inputElement, const String& proposedValue, int ma… in replaceEOLAndLimitLength()
159 …utElement::sanitizeValueForTextField(const InputElement* inputElement, const String& proposedValue) in sanitizeValueForTextField()
172 …ment::sanitizeUserInputValue(const InputElement* inputElement, const String& proposedValue, int ma… in sanitizeUserInputValue()
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h93 …virtual String sanitizeValue(const String& proposedValue) const { return constrainValue(proposedVa… in sanitizeValue()