Home
last modified time | relevance | path

Searched refs:sanitizeUserInputValue (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h69 static String sanitizeUserInputValue(const String&, unsigned maxLength);
DHTMLTextAreaElement.cpp262 event->setText(sanitizeUserInputValue(event->text(), appendableLength)); in handleBeforeTextInsertedEvent()
265 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue() function in WebCore::HTMLTextAreaElement
/external/webkit/Source/WebCore/dom/
DInputElement.cpp172 String InputElement::sanitizeUserInputValue(const InputElement* inputElement, const String& propose… in sanitizeUserInputValue() function in WebCore::InputElement
214 textEvent->setText(sanitizeUserInputValue(inputElement, textEvent->text(), appendableLength)); in handleBeforeTextInsertedEvent()
DInputElement.h97 static String sanitizeUserInputValue(const InputElement*, const String&, int);
/external/webkit/Source/WebCore/wml/
DWMLInputElement.cpp334 return InputElement::sanitizeUserInputValue(this, proposedValue, m_data.maxLength()); in constrainValue()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2428492 (WebCore::InputElement::sanitizeUserInputValue):
28498 (WebCore::HTMLTextAreaElement::sanitizeUserInputValue):
DChangeLog-2010-01-2955719 (WebCore::InputElement::sanitizeUserInputValue):
55724 (WebCore::HTMLTextAreaElement::sanitizeUserInputValue):
58077 (WebCore::InputElement::sanitizeUserInputValue): Rename from constrainValue().
DChangeLog-2010-12-0695529 Renamed from sanitizeUserInputValue().
95532 instead of sanitizeUserInputValue().
95533 (WebCore::InputElement::sanitizeUserInputValue):