Searched defs:sanitizeUserInputValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DInputElement.cpp172 String InputElement::sanitizeUserInputValue(const InputElement* inputElement, const String& proposedValue, int maxLength) function in class:WebCore::InputElement
214 textEvent->setText(sanitizeUserInputValue(inputElement, textEvent->text(), appendableLength));
/external/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.cpp262 event->setText(sanitizeUserInputValue(event->text(), appendableLength));
265 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) function in class:WebCore::HTMLTextAreaElement

Completed in 142 milliseconds