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

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 320 if (cursorPosition >= data.maxInputCharsAllowed())
399 allowedLength = data.maxInputCharsAllowed();
406 if (allowedLength < data.maxInputCharsAllowed())
InputElement.h 144 unsigned maxInputCharsAllowed() const { return m_maxInputCharsAllowed; }

Completed in 163 milliseconds