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

  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 231 m_formatMask = validateInputMask(parseValueForbiddingVariableReferences(attr->value()));
381 if (m_formatMask.isEmpty() ||
383 (m_formatMask.length() == 2 && m_formatMask[0] == '*' && formatCodes().find(m_formatMask[1]) != notFound))
451 if (m_formatMask.isEmpty())
470 UChar mask = m_formatMask[maskIndex];
510 mask = m_formatMask[++index];
514 index = m_formatMask.length() - 1;
WMLInputElement.h 119 String m_formatMask;

Completed in 193 milliseconds