Searched defs:typeMismatch (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DColorInputType.cpp74 bool ColorInputType::typeMismatch() const function in class:WebCore::ColorInputType
H A DURLInputType.cpp56 bool URLInputType::typeMismatch() const function in class:WebCore::URLInputType
H A DEmailInputType.cpp78 bool EmailInputType::typeMismatch() const function in class:WebCore::EmailInputType
H A DValidityState.cpp58 if (typeMismatch()) {
127 bool ValidityState::typeMismatch() const function in class:WebCore::ValidityState
135 return static_cast<HTMLInputElement*>(element)->typeMismatch();
211 bool someError = typeMismatch() || stepMismatch() || rangeUnderflow() || rangeOverflow()
H A DBaseDateAndTimeInputType.cpp78 bool BaseDateAndTimeInputType::typeMismatch() const function in class:WebCore::BaseDateAndTimeInputType
H A DNumberInputType.cpp89 bool NumberInputType::typeMismatch() const function in class:WebCore::NumberInputType
H A DInputType.cpp197 bool InputType::typeMismatch() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp183 bool HTMLInputElement::typeMismatch() const function in class:WebCore::HTMLInputElement
185 return m_inputType->typeMismatch();

Completed in 291 milliseconds