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

/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h100 bool isConformedToInputMask(const String&);
101 bool isConformedToInputMask(UChar, unsigned, bool isUserInput = true);
H A DWMLInputElement.cpp86 if ((!m_isEmptyOk && val.isEmpty()) || !isConformedToInputMask(val)) {
282 else if (renderer() && !isConformedToInputMask(textEvent->data()[0], toRenderTextControl(renderer())->text().length() + 1))
369 if (variableValue.isEmpty() || !isConformedToInputMask(variableValue)) {
371 if (isConformedToInputMask(val))
440 bool WMLInputElement::isConformedToInputMask(const String& inputChars) function in class:WebCore::WMLInputElement
443 if (!isConformedToInputMask(inputChars[i], i + 1, false))
449 bool WMLInputElement::isConformedToInputMask(UChar inChar, unsigned inputCharCount, bool isUserInput) function in class:WebCore::WMLInputElement

Completed in 58 milliseconds