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

  /external/webkit/Source/WebCore/dom/
InputElement.h 145 void setMaxInputCharsAllowed(unsigned maxLength) { m_maxInputCharsAllowed = maxLength; }
InputElement.cpp 407 data.setMaxInputCharsAllowed(allowedLength);

Completed in 70 milliseconds