Home
last modified time | relevance | path

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

/external/webkit/WebCore/wml/
DWMLInputElement.cpp381 unsigned escapeCharCount = 0; in validateInputMask() local
399 ++escapeCharCount; in validateInputMask()
413 if (escapeCharCount) in validateInputMask()
414 m_numOfCharsAllowedByMask -= escapeCharCount; in validateInputMask()