HomeSort by relevance Sort by last modified time
    Searched refs:sanitizeUserInputValue (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 69 static String sanitizeUserInputValue(const String&, unsigned maxLength);
HTMLTextAreaElement.cpp 262 event->setText(sanitizeUserInputValue(event->text(), appendableLength));
265 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength)
  /external/webkit/Source/WebCore/dom/
InputElement.h 97 static String sanitizeUserInputValue(const InputElement*, const String&, int);
InputElement.cpp 172 String InputElement::sanitizeUserInputValue(const InputElement* inputElement, const String& proposedValue, int maxLength)
214 textEvent->setText(sanitizeUserInputValue(inputElement, textEvent->text(), appendableLength));
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 334 return InputElement::sanitizeUserInputValue(this, proposedValue, m_data.maxLength());

Completed in 331 milliseconds