Searched refs:formatCodes (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DInputElement.cpp282 static inline const AtomicString& formatCodes() function in namespace:WebCore
369 if (formatCodes().find(formatCode) == -1) {
373 if ((i + 1 != maskLength) || formatCodes().find(formatCode) == -1) {
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.cpp60 static const AtomicString& formatCodes() function in namespace:WebCore
383 (m_formatMask.length() == 2 && m_formatMask[0] == '*' && formatCodes().find(m_formatMask[1]) != notFound))
398 if (formatCodes().find(formatCode) == notFound) {
402 if ((i + 1 != maskLength) || formatCodes().find(formatCode) == notFound) {

Completed in 386 milliseconds