Home
last modified time | relevance | path

Searched refs:oldMaxLength (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
DInputElement.cpp231 int oldMaxLength = data.maxLength(); in parseMaxLengthAttribute() local
234 if (oldMaxLength != maxLength) in parseMaxLengthAttribute()