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

  /external/webkit/Source/WebCore/dom/
InputElement.cpp 163 if (!isConformToInputMask(data, proposedValue)) {
164 if (isConformToInputMask(data, data.value()))
209 if (!isConformToInputMask(inputElement->data(), candidateString)) {
305 bool InputElement::isConformToInputMask(const InputElementData& data, const String& inputChars)
308 if (!isConformToInputMask(data, inputChars[i], i))
313 bool InputElement::isConformToInputMask(const InputElementData& data, UChar inChar, unsigned cursorPosition)
InputElement.h 104 static bool isConformToInputMask(const InputElementData&, const String&);
105 static bool isConformToInputMask(const InputElementData&, UChar, unsigned);

Completed in 38 milliseconds