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

  /external/webkit/Source/WebCore/dom/
InputElement.h 144 unsigned maxInputCharsAllowed() const { return m_maxInputCharsAllowed; }
145 void setMaxInputCharsAllowed(unsigned maxLength) { m_maxInputCharsAllowed = maxLength; }
159 unsigned m_maxInputCharsAllowed;
InputElement.cpp 267 , m_maxInputCharsAllowed(InputElement::s_maximumLength)

Completed in 51 milliseconds