Searched refs:m_maxInputCharsAllowed (Results 1 – 2 of 2) sorted by relevance
144 unsigned maxInputCharsAllowed() const { return m_maxInputCharsAllowed; } in maxInputCharsAllowed()145 void setMaxInputCharsAllowed(unsigned maxLength) { m_maxInputCharsAllowed = maxLength; } in setMaxInputCharsAllowed()159 unsigned m_maxInputCharsAllowed; variable
267 , m_maxInputCharsAllowed(InputElement::s_maximumLength) in InputElementData()